Uses of Interface
org.springframework.integration.jdbc.channel.PostgresChannelMessageTableSubscriber.Subscription
Package
Description
Provides a message channel-specific JDBC API.
-
Uses of PostgresChannelMessageTableSubscriber.Subscription in org.springframework.integration.jdbc.channel
Modifier and TypeClassDescriptionclass
AnAbstractSubscribableChannel
for receiving push notifications for messages send to a group id of aJdbcChannelMessageStore
.Modifier and TypeMethodDescriptionboolean
PostgresChannelMessageTableSubscriber.subscribe
(PostgresChannelMessageTableSubscriber.Subscription subscription) Add a new subscription to this subscriber.boolean
PostgresChannelMessageTableSubscriber.unsubscribe
(PostgresChannelMessageTableSubscriber.Subscription subscription) Remove a previous subscription from this subscriber.