Uses of Interface
org.springframework.integration.support.management.SubscribableChannelManagement
Package
Description
Provides classes representing various channel types.
-
Uses of SubscribableChannelManagement in org.springframework.integration.channel
Modifier and TypeClassDescriptionclass
TheAbstractSubscribableChannel
base implementation for those inheritors which logic may be based on theExecutor
.class
Base implementation ofMessageChannel
that invokes the subscribedhandler(s)
by delegating to aMessageDispatcher
.class
A channel that invokes a single subscriber for each sent Message.class
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.