See: Description
| Class | Description |
|---|---|
| ChannelInterceptorAdapter |
A
ChannelInterceptor with no-op method implementations so that
subclasses do not have to implement all of the interface's methods. |
| GlobalChannelInterceptorWrapper | |
| MessageSelectingInterceptor |
A
ChannelInterceptor that
delegates to a list of MessageSelectors to decide
whether a Message should be accepted on the MessageChannel. |
| 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. |