Interface ExecutorChannelInterceptorAware
- All Superinterfaces:
- InterceptableChannel
- All Known Implementing Classes:
- AbstractExecutorChannel,- AbstractPollableChannel,- ExecutorChannel,- PartitionedChannel,- PollableAmqpChannel,- PollableJmsChannel,- PollableKafkaChannel,- PriorityChannel,- PublishSubscribeChannel,- QueueChannel,- RendezvousChannel
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
- Author:
- Artem Bilan
- 
Method SummaryMethods inherited from interface org.springframework.messaging.support.InterceptableChanneladdInterceptor, addInterceptor, getInterceptors, removeInterceptor, removeInterceptor, setInterceptors
- 
Method Details- 
hasExecutorInterceptorsboolean hasExecutorInterceptors()
 
-