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