Uses of Class
org.springframework.integration.dsl.WireTapSpec
Packages that use WireTapSpec
Package
Description
Root package of the Spring Integration Java DSL.
-
Uses of WireTapSpec in org.springframework.integration.dsl
Methods in org.springframework.integration.dsl that return WireTapSpecModifier and TypeMethodDescriptionWireTapSpec.selector
(Expression selectorExpression) Specify anExpression
for selector.WireTapSpec.selector
(MessageSelector selector) WireTapSpec.timeout
(long timeout) Methods in org.springframework.integration.dsl with parameters of type WireTapSpecModifier and TypeMethodDescriptionBaseIntegrationFlowDefinition.wireTap
(WireTapSpec wireTapSpec) Populate theWire Tap
EI Pattern specificChannelInterceptor
implementation to the currentBaseIntegrationFlowDefinition.currentMessageChannel
.MessageChannelSpec.wireTap
(WireTapSpec wireTapSpec) Populate theWire Tap
EI Pattern specificChannelInterceptor
implementation.Method parameters in org.springframework.integration.dsl with type arguments of type WireTapSpecModifier and TypeMethodDescriptionBaseIntegrationFlowDefinition.wireTap
(String wireTapChannel, Consumer<WireTapSpec> wireTapConfigurer) Populate theWire Tap
EI Pattern specificChannelInterceptor
implementation to the currentBaseIntegrationFlowDefinition.currentMessageChannel
.BaseIntegrationFlowDefinition.wireTap
(IntegrationFlow flow, Consumer<WireTapSpec> wireTapConfigurer) Populate theWire Tap
EI Pattern specificChannelInterceptor
implementation to the currentBaseIntegrationFlowDefinition.currentMessageChannel
.BaseIntegrationFlowDefinition.wireTap
(MessageChannel wireTapChannel, Consumer<WireTapSpec> wireTapConfigurer) Populate theWire Tap
EI Pattern specificChannelInterceptor
implementation to the currentBaseIntegrationFlowDefinition.currentMessageChannel
.