Uses of Class
org.springframework.integration.dsl.BarrierSpec
Packages that use BarrierSpec
Package
Description
Root package of the Spring Integration Java DSL.
-
Uses of BarrierSpec in org.springframework.integration.dsl
Methods in org.springframework.integration.dsl that return BarrierSpecModifier 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) Method parameters in org.springframework.integration.dsl with type arguments of type BarrierSpecModifier and TypeMethodDescriptionBaseIntegrationFlowDefinition.barrier
(long timeout, Consumer<BarrierSpec> barrierConfigurer) Populate aBarrierMessageHandler
instance for provided timeout and options fromBarrierSpec
and endpoint options fromGenericEndpointSpec
.