fun wireTap(flow: KotlinIntegrationFlowDefinition.() -> Unit): Unitfun wireTap(wireTapConfigurer: WireTapSpec.() -> Unit, flow: KotlinIntegrationFlowDefinition.() -> Unit): Unitfun wireTap(wireTapChannel: String, wireTapConfigurer: WireTapSpec.() -> Unit = {}): Unitfun wireTap(wireTapChannel: MessageChannel, wireTapConfigurer: WireTapSpec.() -> Unit = {}): Unitfun wireTap(wireTapSpec: WireTapSpec): Unit
Populate the Wire Tap EI Pattern specific
org.springframework.messaging.support.ChannelInterceptor implementation
to the current channel.
This method can be used after any channel() for explicit MessageChannel,
but with the caution do not impact existing org.springframework.messaging.support.ChannelInterceptors.