Interface ExecutorChannelInterceptorAware
- All Superinterfaces:
org.springframework.messaging.support.InterceptableChannel
- All Known Implementing Classes:
AbstractExecutorChannel,AbstractPollableChannel,ExecutorChannel,PriorityChannel,PublishSubscribeChannel,QueueChannel,RendezvousChannel
public interface ExecutorChannelInterceptorAware
extends org.springframework.messaging.support.InterceptableChannel
The
InterceptableChannel extension for the cases when
the ExecutorChannelInterceptors
may have reason (e.g. ExecutorChannel or QueueChannel)
and the implementors require to know if they should make the
ExecutorChannelInterceptor
or not.- Since:
- 4.2
-
Method Summary
Methods inherited from interface org.springframework.messaging.support.InterceptableChannel
addInterceptor, addInterceptor, getInterceptors, removeInterceptor, removeInterceptor, setInterceptors
-
Method Details
-
hasExecutorInterceptors
boolean hasExecutorInterceptors()
-