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) |
List<ChannelInterceptor> |
getChannelInterceptors() |
void |
setInterceptors(List<ChannelInterceptor> interceptors) |
void setInterceptors(List<ChannelInterceptor> interceptors)
void addInterceptor(ChannelInterceptor interceptor)
void addInterceptor(int index,
ChannelInterceptor interceptor)
List<ChannelInterceptor> getChannelInterceptors()