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(org.springframework.messaging.support.ChannelInterceptor interceptor) |
void |
addInterceptor(int index,
org.springframework.messaging.support.ChannelInterceptor interceptor) |
java.util.List<org.springframework.messaging.support.ChannelInterceptor> |
getChannelInterceptors() |
void |
setInterceptors(java.util.List<org.springframework.messaging.support.ChannelInterceptor> interceptors) |
void setInterceptors(java.util.List<org.springframework.messaging.support.ChannelInterceptor> interceptors)
void addInterceptor(org.springframework.messaging.support.ChannelInterceptor interceptor)
void addInterceptor(int index,
org.springframework.messaging.support.ChannelInterceptor interceptor)
java.util.List<org.springframework.messaging.support.ChannelInterceptor> getChannelInterceptors()