Uses of Class
org.springframework.integration.channel.AbstractSubscribableChannel
Package
Description
Provides classes representing various channel types.
Provides a message channel-specific JDBC API.
-
Uses of AbstractSubscribableChannel in org.springframework.integration.channel
Modifier and TypeClassDescriptionclass
TheAbstractSubscribableChannel
base implementation for those inheritors which logic may be based on theExecutor
.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 AbstractSubscribableChannel in org.springframework.integration.jdbc.channel
Modifier and TypeClassDescriptionclass
AnAbstractSubscribableChannel
for receiving push notifications for messages send to a group id of aJdbcChannelMessageStore
.