Package org.springframework.integration.channel
Provides classes representing various channel types.
-
Interface Summary Interface Description BroadcastCapableChannel ASubscribableChannel
variant for implementations with broadcasting capabilities.ExecutorChannelInterceptorAware TheInterceptableChannel
extension for the cases when theExecutorChannelInterceptor
s may have reason (e.g.QueueChannelOperations Operations available on a channel that has queuing semantics.ReactiveStreamsSubscribableChannel -
Class Summary Class Description AbstractExecutorChannel TheAbstractSubscribableChannel
base implementation for those inheritors which logic may be based on theExecutor
.AbstractMessageChannel Base class forMessageChannel
implementations providing common properties such as the channel name.AbstractMessageChannel.ChannelInterceptorList A convenience wrapper class for the list of ChannelInterceptors.AbstractPollableChannel Base class for all pollable channels.AbstractSubscribableChannel Base implementation ofMessageChannel
that invokes the subscribedhandler(s)
by delegating to aMessageDispatcher
.ChannelPurger A utility class for purgingMessages
from one or moreQueueChannels
.ChannelUtils Channel utilities.DefaultHeaderChannelRegistry Converts a channel to a name, retaining a reference to the channel keyed by the name.DirectChannel A channel that invokes a single subscriber for each sent Message.ExecutorChannel An implementation ofMessageChannel
that delegates to an instance ofUnicastingDispatcher
which in turn delegates all dispatching invocations to anExecutor
.FixedSubscriberChannel SpecializedSubscribableChannel
for a single final subscriber set up during bean instantiation (unlike otherSubscribableChannel
s where theMessageHandler
is subscribed when the endpoint is started).FluxMessageChannel TheAbstractMessageChannel
implementation for the Reactive StreamsPublisher
based on the Project ReactorFlux
.MessageChannelReactiveUtils Deprecated. since 5.3 in favor ofIntegrationReactiveUtils
.MessagePublishingErrorHandler NullChannel A channel implementation that essentially behaves like "/dev/null".PriorityChannel A message channel that prioritizes messages based on aComparator
.PublishSubscribeChannel A channel that sends Messages to each of its subscribers.QueueChannel Simple implementation of a message channel.RendezvousChannel A zero-capacity version ofQueueChannel
that delegates to aSynchronousQueue
internally.