Interface ExecutorChannelInterceptorAware
- All Superinterfaces:
InterceptableChannel
- All Known Implementing Classes:
AbstractExecutorChannel
,AbstractPollableChannel
,ExecutorChannel
,PollableAmqpChannel
,PollableJmsChannel
,PollableKafkaChannel
,PriorityChannel
,PublishSubscribeChannel
,QueueChannel
,RendezvousChannel
The
InterceptableChannel
extension for the cases when
the ExecutorChannelInterceptor
s
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 Summary
Methods inherited from interface org.springframework.messaging.support.InterceptableChannel
addInterceptor, addInterceptor, getInterceptors, removeInterceptor, removeInterceptor, setInterceptors
-
Method Details
-
hasExecutorInterceptors
boolean hasExecutorInterceptors()
-