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.correlationStrategy
(CorrelationStrategy correlationStrategy) BarrierSpec.discardChannel
(String discardChannelName) Set the channel bean name to which late arriving trigger messages are sent, or request message does not arrive in time.BarrierSpec.discardChannel
(MessageChannel discardChannel) Set the channel to which late arriving trigger messages are sent, or request message does not arrive in time.BarrierSpec.outputProcessor
(MessageGroupProcessor outputProcessor) BarrierSpec.triggerTimeout
(long triggerTimeout) Set the timeout in milliseconds when waiting for a request message.Modifier and TypeMethodDescriptionBaseIntegrationFlowDefinition.barrier
(long timeout, Consumer<BarrierSpec> barrierConfigurer) Populate aBarrierMessageHandler
instance for provided timeout and options fromBarrierSpec
and endpoint options fromGenericEndpointSpec
.