Package org.springframework.integration.channel.interceptor
Provides classes related to channel interception.
-
Interface Summary Interface Description VetoCapableInterceptor ChannelInterceptor
s implementing this interface can veto global interception of a particular channel. -
Class Summary Class Description GlobalChannelInterceptorWrapper MessageSelectingInterceptor AChannelInterceptor
that delegates to a list ofMessageSelectors
to decide whether aMessage
should be accepted on theMessageChannel
.ThreadStatePropagationChannelInterceptor<S> TheExecutorChannelInterceptor
implementation responsible for theThread
(any?) state propagation from one message flow's thread to another through theMessageChannel
s involved in the flow.WireTap AChannelInterceptor
that publishes a copy of the intercepted message to a secondary target while still sending the original message to the main channel.