java.lang.Object
org.springframework.integration.channel.interceptor.WireTap
All Implemented Interfaces:
Aware, BeanFactoryAware, Lifecycle, VetoCapableInterceptor, ManageableLifecycle, ChannelInterceptor

@ManagedResource
public class WireTap
extends Object
implements ChannelInterceptor, ManageableLifecycle, VetoCapableInterceptor, BeanFactoryAware
A ChannelInterceptor that publishes a copy of the intercepted message to a secondary target while still sending the original message to the main channel.
Author:
Mark Fisher, Gary Russell, Artem Bilan