Uses of Interface
org.springframework.integration.support.management.SubscribableChannelManagement
Package
Description
Provides classes representing various channel types.
Provides a message channel-specific JDBC API.
-
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. -
Uses of SubscribableChannelManagement in org.springframework.integration.jdbc.channel
Modifier and TypeClassDescriptionclass
AnAbstractSubscribableChannel
for receiving push notifications for messages send to a group id of aJdbcChannelMessageStore
.