| Package | Description |
|---|---|
| org.springframework.integration.channel.interceptor |
Provides classes related to channel interception.
|
| org.springframework.integration.transformer |
Contains core-implementation of various Transformers which includes Enrichers
and Filters.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MessageSelectingInterceptor
A
ChannelInterceptor that
delegates to a list of MessageSelectors to decide
whether a Message should be accepted on the MessageChannel. |
class |
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. |
| Modifier and Type | Class and Description |
|---|---|
class |
MessageTransformingChannelInterceptor
Deprecated.
It is not generally recommended to perform functions
such as transformation in a channel interceptor.
|
Copyright © 2016. All rights reserved.