Uses of Interface
org.springframework.integration.channel.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
Modifier and TypeClassDescriptionclass
APollableChannel
implementation that is backed by an AMQP Queue. -
Uses of ExecutorChannelInterceptorAware in org.springframework.integration.channel
Modifier 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
-
Uses of ExecutorChannelInterceptorAware in org.springframework.integration.kafka.channel
Modifier and TypeClassDescriptionclass
Pollable channel backed by an Apache Kafka topic.