Uses of Class
org.springframework.integration.channel.AbstractExecutorChannel
Packages that use AbstractExecutorChannel
Package
Description
Provides classes representing various channel types.
-
Uses of AbstractExecutorChannel in org.springframework.integration.channel
Subclasses of AbstractExecutorChannel in org.springframework.integration.channelModifier and TypeClassDescriptionclass
An implementation ofMessageChannel
that delegates to an instance ofUnicastingDispatcher
which in turn delegates all dispatching invocations to anExecutor
.class
AnAbstractExecutorChannel
implementation for partitioned message dispatching.class
A channel that sends Messages to each of its subscribers.