See: Description
Interface | Description |
---|---|
AcknowledgeablePubsubMessage |
An extension of
BasicAcknowledgeablePubsubMessage that exposes ack ID and subscription name of the message. |
BasicAcknowledgeablePubsubMessage |
A
PubsubMessage wrapper that allows it to be acknowledged. |
PublisherFactory |
The publisher factory interface that can create publishers.
|
SubscriberFactory |
Interface used by the
PubSubTemplate to create
supporting objects for consuming messages from Pub/Sub subscriptions. |
Class | Description |
---|---|
CachingPublisherFactory |
The caching implementation of the
PublisherFactory . |
DefaultPublisherFactory |
The default
PublisherFactory implementation. |
DefaultSubscriberFactory |
The default
SubscriberFactory implementation. |
GcpPubSubHeaders |
Google Cloud Platform internal headers for Spring Messaging messages.
|
PubSubSubscriptionUtils |
Various utility methods for dealing with Pub/Sub subscriptions.
|
PubSubTopicUtils |
Various utility methods for dealing with Pub/Sub topics.
|
Copyright © 2021. All rights reserved.