Package com.google.cloud.spring.pubsub.support
package com.google.cloud.spring.pubsub.support
Supporting classes for handling messages in Spring Cloud GCP Pub/Sub.
-
ClassDescriptionAn extension of
BasicAcknowledgeablePubsubMessage
that exposes ack ID and subscription name of the message.APubsubMessage
wrapper that allows it to be acknowledged.The caching implementation of thePublisherFactory
.The defaultPublisherFactory
implementation.The defaultSubscriberFactory
implementation.Google Cloud internal headers for Spring Messaging messages.The publisher factory interface that can create publishers.Various utility methods for dealing with Pub/Sub subscriptions.Various utility methods for dealing with Pub/Sub topics.Interface used by thePubSubTemplate
to create supporting objects for consuming messages from Pub/Sub subscriptions.