InterceptableChannel.
Will be removed in the next 5.3 version.@Deprecated public interface ChannelInterceptorAware extends InterceptableChannel
ChannelInterceptors
on MessageChannel implementations.
Typically useful when the target MessageChannel
is an AOP Proxy.
*
| Modifier and Type | Method and Description |
|---|---|
default List<ChannelInterceptor> |
getChannelInterceptors()
Deprecated.
return the
ChannelInterceptor list. |
addInterceptor, addInterceptor, getInterceptors, removeInterceptor, removeInterceptor, setInterceptorsdefault List<ChannelInterceptor> getChannelInterceptors()
ChannelInterceptor list.ChannelInterceptor list.