Uses of Class
org.springframework.integration.dsl.PartitionedChannelSpec
Packages that use PartitionedChannelSpec
Package
Description
Root package of the Spring Integration Java DSL.
-
Uses of PartitionedChannelSpec in org.springframework.integration.dsl
Methods in org.springframework.integration.dsl that return PartitionedChannelSpecModifier 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)