Uses of Interface
com.google.cloud.spring.pubsub.support.converter.ConvertedBasicAcknowledgeablePubsubMessage
Package
Description
Core support for Pub/Sub in Spring.
Operations and template for subscribing in Spring Cloud GCP Pub/Sub.
Classes related to converting messages in Spring Cloud GCP Pub/Sub.
-
Uses of ConvertedBasicAcknowledgeablePubsubMessage in com.google.cloud.spring.pubsub.core
Modifier and TypeMethodDescription<T> com.google.cloud.pubsub.v1.Subscriber
PubSubTemplate.subscribeAndConvert
(String subscription, Consumer<ConvertedBasicAcknowledgeablePubsubMessage<T>> messageConsumer, Class<T> payloadType) -
Uses of ConvertedBasicAcknowledgeablePubsubMessage in com.google.cloud.spring.pubsub.core.subscriber
Modifier and TypeMethodDescription<T> com.google.cloud.pubsub.v1.Subscriber
PubSubSubscriberOperations.subscribeAndConvert
(String subscription, Consumer<ConvertedBasicAcknowledgeablePubsubMessage<T>> messageConsumer, Class<T> payloadType) Add a callback method to an existing subscription that receives Pub/Sub messages converted to the requested payload type.<T> com.google.cloud.pubsub.v1.Subscriber
PubSubSubscriberTemplate.subscribeAndConvert
(String subscription, Consumer<ConvertedBasicAcknowledgeablePubsubMessage<T>> messageConsumer, Class<T> payloadType) -
Uses of ConvertedBasicAcknowledgeablePubsubMessage in com.google.cloud.spring.pubsub.support.converter
Modifier and TypeInterfaceDescriptioninterface
AnAcknowledgeablePubsubMessage
that also contains the payload of the Pub/Sub message converted to the desired typeT
.