public interface ChannelInterceptorAware
ChannelInterceptors
on MessageChannel implementations.
Typically useful when the target MessageChannel
is an AOP Proxy.
*
| Modifier and Type | Method and Description |
|---|---|
void |
addInterceptor(ChannelInterceptor interceptor) |
void |
addInterceptor(int index,
ChannelInterceptor interceptor) |
java.util.List<ChannelInterceptor> |
getChannelInterceptors() |
void |
setInterceptors(java.util.List<ChannelInterceptor> interceptors) |
void setInterceptors(java.util.List<ChannelInterceptor> interceptors)
void addInterceptor(ChannelInterceptor interceptor)
void addInterceptor(int index,
ChannelInterceptor interceptor)
java.util.List<ChannelInterceptor> getChannelInterceptors()