See: Description
Interface | Description |
---|---|
ChannelInterceptor |
Interface for interceptors that are able to view and/or modify the
Messages being sent-to and/or received-from a
MessageChannel . |
Class | Description |
---|---|
AbstractMessageChannel |
Abstract base class for
MessageChannel implementations. |
AbstractSubscribableChannel |
Abstract base class for
SubscribableChannel implementations. |
ChannelInterceptorAdapter |
A
ChannelInterceptor with empty method implementations as a convenience. |
ExecutorSubscribableChannel |
A
SubscribableChannel that sends messages to each of its subscribers. |