Interface ExecutorChannelInterceptorAware

All Superinterfaces:
InterceptableChannel
All Known Implementing Classes:
AbstractExecutorChannel, AbstractPollableChannel, ExecutorChannel, PartitionedChannel, PollableAmqpChannel, PollableJmsChannel, PollableKafkaChannel, PriorityChannel, PublishSubscribeChannel, QueueChannel, RendezvousChannel

public interface ExecutorChannelInterceptorAware extends 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
Author:
Artem Bilan
  • Method Details

    • hasExecutorInterceptors

      boolean hasExecutorInterceptors()