Package org.springframework.integration.channel.interceptor

Provides classes related to channel interception.
  • Interface Summary 
    Interface Description
    VetoCapableInterceptor
    ChannelInterceptors implementing this interface can veto global interception of a particular channel.
  • Class Summary 
    Class Description
    GlobalChannelInterceptorWrapper  
    MessageSelectingInterceptor
    A ChannelInterceptor that delegates to a list of MessageSelectors to decide whether a Message should be accepted on the MessageChannel.
    ThreadStatePropagationChannelInterceptor<S>
    The ExecutorChannelInterceptor implementation responsible for the Thread (any?) state propagation from one message flow's thread to another through the MessageChannels involved in the flow.
    WireTap
    A ChannelInterceptor that publishes a copy of the intercepted message to a secondary target while still sending the original message to the main channel.