Uses of Class
org.springframework.integration.dsl.BarrierSpec
Package
Description
Root package of the Spring Integration Java DSL.
-
Uses of BarrierSpec in org.springframework.integration.dsl
Modifier and TypeMethodDescriptionBarrierSpec.async
(boolean async) BarrierSpec.correlationStrategy
(CorrelationStrategy correlationStrategy) BarrierSpec.order
(int order) BarrierSpec.outputProcessor
(MessageGroupProcessor outputProcessor) BarrierSpec.requiresReply
(boolean requiresReply) BarrierSpec.sendTimeout
(long sendTimeout) Modifier and TypeMethodDescriptionBaseIntegrationFlowDefinition.barrier
(long timeout, Consumer<BarrierSpec> barrierConfigurer) Populate aBarrierMessageHandler
instance for provided timeout and options fromBarrierSpec
and endpoint options fromGenericEndpointSpec
.