See: Description
| Interface | Description |
|---|---|
| VetoCapableInterceptor |
ChannelInterceptors implementing this interface can veto
global interception of a particular channel. |
| Class | Description |
|---|---|
| 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. |