Uses of Class
org.springframework.integration.dsl.PartitionedChannelSpec
Package
Description
Root package of the Spring Integration Java DSL.
-
Uses of PartitionedChannelSpec in org.springframework.integration.dsl
Modifier and TypeMethodDescriptionChannels.partitioned
(int partitionCount) Create aPartitionedChannelSpec
.Channels.partitioned
(String id, int partitionCount) Create aPartitionedChannelSpec
.static PartitionedChannelSpec
MessageChannels.partitioned
(int partitionCount) Create aPartitionedChannelSpec
.static PartitionedChannelSpec
MessageChannels.partitioned
(String id, int partitionCount) Create aPartitionedChannelSpec
.PartitionedChannelSpec.partitionKey
(Function<Message<?>, Object> partitionKeyFunction) PartitionedChannelSpec.threadFactory
(ThreadFactory threadFactory)