Uses of Interface
org.springframework.integration.jdbc.channel.PostgresChannelMessageTableSubscriber.Subscription
Packages that use PostgresChannelMessageTableSubscriber.Subscription
Package
Description
Provides a message channel-specific JDBC API.
-
Uses of PostgresChannelMessageTableSubscriber.Subscription in org.springframework.integration.jdbc.channel
Classes in org.springframework.integration.jdbc.channel that implement PostgresChannelMessageTableSubscriber.SubscriptionModifier and TypeClassDescriptionclass
AnAbstractSubscribableChannel
for receiving push notifications for messages send to a group id of aJdbcChannelMessageStore
.Methods in org.springframework.integration.jdbc.channel with parameters of type PostgresChannelMessageTableSubscriber.SubscriptionModifier 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.