Uses of Interface
com.google.cloud.spring.pubsub.support.BasicAcknowledgeablePubsubMessage
Packages that use BasicAcknowledgeablePubsubMessage
Package
Description
Core support for Pub/Sub in Spring.
Operations and template for subscribing in Spring Cloud GCP Pub/Sub.
Supporting classes for handling messages in Spring Cloud GCP Pub/Sub.
Classes related to converting messages in Spring Cloud GCP Pub/Sub.
-
Uses of BasicAcknowledgeablePubsubMessage in com.google.cloud.spring.pubsub.core
Method parameters in com.google.cloud.spring.pubsub.core with type arguments of type BasicAcknowledgeablePubsubMessageModifier and TypeMethodDescriptioncom.google.cloud.pubsub.v1.Subscriber
PubSubTemplate.subscribe
(String subscription, Consumer<BasicAcknowledgeablePubsubMessage> messageConsumer) -
Uses of BasicAcknowledgeablePubsubMessage in com.google.cloud.spring.pubsub.core.subscriber
Method parameters in com.google.cloud.spring.pubsub.core.subscriber with type arguments of type BasicAcknowledgeablePubsubMessageModifier and TypeMethodDescriptioncom.google.cloud.pubsub.v1.Subscriber
PubSubSubscriberOperations.subscribe
(String subscription, Consumer<BasicAcknowledgeablePubsubMessage> messageConsumer) Add a callback method to an existing subscription.com.google.cloud.pubsub.v1.Subscriber
PubSubSubscriberTemplate.subscribe
(String subscription, Consumer<BasicAcknowledgeablePubsubMessage> messageConsumer) -
Uses of BasicAcknowledgeablePubsubMessage in com.google.cloud.spring.pubsub.support
Subinterfaces of BasicAcknowledgeablePubsubMessage in com.google.cloud.spring.pubsub.supportModifier and TypeInterfaceDescriptioninterface
An extension ofBasicAcknowledgeablePubsubMessage
that exposes ack ID and subscription name of the message.Methods in com.google.cloud.spring.pubsub.support that return types with arguments of type BasicAcknowledgeablePubsubMessageModifier and TypeMethodDescriptionGcpPubSubHeaders.getOriginalMessage
(org.springframework.messaging.Message<?> message) A simple utility method for pulling theGcpPubSubHeaders.ORIGINAL_MESSAGE
header out of aMessage
. -
Uses of BasicAcknowledgeablePubsubMessage in com.google.cloud.spring.pubsub.support.converter
Subinterfaces of BasicAcknowledgeablePubsubMessage 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
.interface
ABasicAcknowledgeablePubsubMessage
that also contains the payload of the Pub/Sub message converted to the desired typeT
.