Uses of Interface
org.springframework.integration.channel.ExecutorChannelInterceptorAware
Packages that use ExecutorChannelInterceptorAware
Package
Description
Provides classes related to AMQP-backed channels.
Provides classes representing various channel types.
Base package for JMS Support.
Provides classes related to message channel implementations for Apache Kafka.
-
Uses of ExecutorChannelInterceptorAware in org.springframework.integration.amqp.channel
Classes in org.springframework.integration.amqp.channel that implement ExecutorChannelInterceptorAwareModifier and TypeClassDescriptionclass
APollableChannel
implementation that is backed by an AMQP Queue. -
Uses of ExecutorChannelInterceptorAware in org.springframework.integration.channel
Classes in org.springframework.integration.channel that implement ExecutorChannelInterceptorAwareModifier and TypeClassDescriptionclass
TheAbstractSubscribableChannel
base implementation for those inheritors which logic may be based on theExecutor
.class
Base class for all pollable channels.class
An implementation ofMessageChannel
that delegates to an instance ofUnicastingDispatcher
which in turn delegates all dispatching invocations to anExecutor
.class
A message channel that prioritizes messages based on aComparator
.class
A channel that sends Messages to each of its subscribers.class
Simple implementation of a message channel.class
A zero-capacity version ofQueueChannel
that delegates to aSynchronousQueue
internally. -
Uses of ExecutorChannelInterceptorAware in org.springframework.integration.jms
Classes in org.springframework.integration.jms that implement ExecutorChannelInterceptorAware -
Uses of ExecutorChannelInterceptorAware in org.springframework.integration.kafka.channel
Classes in org.springframework.integration.kafka.channel that implement ExecutorChannelInterceptorAwareModifier and TypeClassDescriptionclass
Pollable channel backed by an Apache Kafka topic.