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