Uses of Interface
com.google.cloud.spring.pubsub.support.converter.ConvertedBasicAcknowledgeablePubsubMessage
Packages that use 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
Method parameters in com.google.cloud.spring.pubsub.core with type arguments of type ConvertedBasicAcknowledgeablePubsubMessageModifier 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
Method parameters in com.google.cloud.spring.pubsub.core.subscriber with type arguments of type ConvertedBasicAcknowledgeablePubsubMessageModifier 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
Subinterfaces of ConvertedBasicAcknowledgeablePubsubMessage in com.google.cloud.spring.pubsub.support.converterModifier and TypeInterfaceDescriptioninterface
AnAcknowledgeablePubsubMessage
that also contains the payload of the Pub/Sub message converted to the desired typeT
.