Uses of Package
org.springframework.integration.channel
Package
Description
Provides classes related to AMQP-backed channels.
Provides classes representing various channel types.
Root package of the Spring Integration Java DSL.
Provides a message channel-specific JDBC API.
Base package for JMS Support.
Provides classes related to message channel implementations for Apache Kafka.
Provides classes related to Redis-backed channels.
Provides classes for message channels support over ZeroMQ.
-
ClassDescriptionBase class for
MessageChannel
implementations providing common properties such as the channel name.ASubscribableChannel
variant for implementations with broadcasting capabilities.TheInterceptableChannel
extension for the cases when theExecutorChannelInterceptor
s may have reason (e.g. -
ClassDescriptionThe
AbstractSubscribableChannel
base implementation for those inheritors which logic may be based on theExecutor
.Base class forMessageChannel
implementations providing common properties such as the channel name.A convenience wrapper class for the list of ChannelInterceptors.Base class for all pollable channels.Base implementation ofMessageChannel
that invokes the subscribedhandler(s)
by delegating to aMessageDispatcher
.ASubscribableChannel
variant for implementations with broadcasting capabilities.TheInterceptableChannel
extension for the cases when theExecutorChannelInterceptor
s may have reason (e.g.Simple implementation of a message channel.Operations available on a channel that has queuing semantics. -
ClassDescriptionBase class for
MessageChannel
implementations providing common properties such as the channel name.ASubscribableChannel
variant for implementations with broadcasting capabilities.A channel that invokes a single subscriber for each sent Message.An implementation ofMessageChannel
that delegates to an instance ofUnicastingDispatcher
which in turn delegates all dispatching invocations to anExecutor
.AnAbstractExecutorChannel
implementation for partitioned message dispatching.A message channel that prioritizes messages based on aComparator
.Simple implementation of a message channel. -
ClassDescriptionBase class for
MessageChannel
implementations providing common properties such as the channel name.Base implementation ofMessageChannel
that invokes the subscribedhandler(s)
by delegating to aMessageDispatcher
. -
ClassDescriptionBase class for
MessageChannel
implementations providing common properties such as the channel name.ASubscribableChannel
variant for implementations with broadcasting capabilities.TheInterceptableChannel
extension for the cases when theExecutorChannelInterceptor
s may have reason (e.g. -
ClassDescriptionBase class for
MessageChannel
implementations providing common properties such as the channel name.ASubscribableChannel
variant for implementations with broadcasting capabilities.TheInterceptableChannel
extension for the cases when theExecutorChannelInterceptor
s may have reason (e.g. -
ClassDescriptionBase class for
MessageChannel
implementations providing common properties such as the channel name.ASubscribableChannel
variant for implementations with broadcasting capabilities. -
ClassDescriptionBase class for
MessageChannel
implementations providing common properties such as the channel name.