クラスの使用
org.springframework.integration.dsl.BarrierSpec
BarrierSpec を使用するパッケージ
org.springframework.integration.dsl 内の BarrierSpec 使用
org.springframework.integration.dsl 内の型引数 BarrierSpec を持つサブクラス修飾子と型メソッド説明BarrierSpec.correlationStrategy
(CorrelationStrategy correlationStrategy) BarrierSpec.discardChannel
(StringSE discardChannelName) 遅れて到着したトリガーメッセージが送信されるチャネル、またはリクエストメッセージが時間内に到着しないチャネル Bean 名を設定します。BarrierSpec.discardChannel
(MessageChannel discardChannel) 遅れて到着したトリガーメッセージが送信されるチャネル、またはリクエストメッセージが時間内に到着しないチャネルを設定します。BarrierSpec.outputProcessor
(MessageGroupProcessor outputProcessor) BarrierSpec.triggerTimeout
(long triggerTimeout) リクエストメッセージを待機するときのタイムアウトをミリ秒単位で設定します。型 BarrierSpec の型引数を持つ org.springframework.integration.dsl のメソッドパラメーター修飾子と型メソッド説明BaseIntegrationFlowDefinition.barrier
(long timeout, ConsumerSE<BarrierSpec> barrierConfigurer) BarrierSpec
から提供されたタイムアウトとオプション、およびGenericEndpointSpec
からエンドポイントオプションのBarrierMessageHandler
インスタンスを作成します。