Uses of Interface
com.google.cloud.spring.pubsub.support.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
Modifier 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
Modifier 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
Modifier and TypeInterfaceDescriptioninterface
An extension ofBasicAcknowledgeablePubsubMessage
that exposes ack ID and subscription name of the message.Modifier 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
Modifier 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
.