クラスの使用
org.springframework.integration.dsl.WireTapSpec
WireTapSpec を使用するパッケージ
org.springframework.integration.dsl 内の WireTapSpec 使用
修飾子と型メソッド説明WireTapSpec.selector(Expression selectorExpression) セレクターにExpressionを指定します。WireTapSpec.selector(MessageSelector selector) WireTapSpec.timeout(long timeout) 型 WireTapSpec のパラメーターを持つ org.springframework.integration.dsl のメソッド修飾子と型メソッド説明BaseIntegrationFlowDefinition.wireTap(WireTapSpec wireTapSpec) Wire TapEI パターン固有のChannelInterceptor実装を現在のBaseIntegrationFlowDefinition.currentMessageChannelに入力します。MessageChannelSpec.wireTap(WireTapSpec wireTapSpec) Wire TapEI パターン固有のChannelInterceptor実装にデータを入力します。型 WireTapSpec の型引数を持つ org.springframework.integration.dsl のメソッドパラメーター修飾子と型メソッド説明BaseIntegrationFlowDefinition.wireTap(StringSE wireTapChannel, ConsumerSE<WireTapSpec> wireTapConfigurer) Wire TapEI パターン固有のChannelInterceptor実装を現在のBaseIntegrationFlowDefinition.currentMessageChannelに入力します。BaseIntegrationFlowDefinition.wireTap(IntegrationFlow flow, ConsumerSE<WireTapSpec> wireTapConfigurer) Wire TapEI パターン固有のChannelInterceptor実装を現在のBaseIntegrationFlowDefinition.currentMessageChannelに入力します。BaseIntegrationFlowDefinition.wireTap(MessageChannel wireTapChannel, ConsumerSE<WireTapSpec> wireTapConfigurer) Wire TapEI パターン固有のChannelInterceptor実装を現在のBaseIntegrationFlowDefinition.currentMessageChannelに入力します。