Uses of Interface
com.google.cloud.spring.pubsub.support.converter.ConvertedAcknowledgeablePubsubMessage
Package
Description
Core support for Pub/Sub in Spring.
Operations and template for subscribing in Spring Cloud GCP Pub/Sub.
-
Uses of ConvertedAcknowledgeablePubsubMessage in com.google.cloud.spring.pubsub.core
Modifier and TypeMethodDescriptionPubSubTemplate.pullAndConvert
(String subscription, Integer maxMessages, Boolean returnImmediately, Class<T> payloadType) PubSubTemplate.pullAndConvertAsync
(String subscription, Integer maxMessages, Boolean returnImmediately, Class<T> payloadType) -
Uses of ConvertedAcknowledgeablePubsubMessage in com.google.cloud.spring.pubsub.core.subscriber
Modifier and TypeMethodDescriptionPubSubSubscriberOperations.pullAndConvert
(String subscription, Integer maxMessages, Boolean returnImmediately, Class<T> payloadType) Pull a number of messages from a Google Cloud Pub/Sub subscription and convert them to Spring messages with the desired payload type.PubSubSubscriberTemplate.pullAndConvert
(String subscription, Integer maxMessages, Boolean returnImmediately, Class<T> payloadType) PubSubSubscriberOperations.pullAndConvertAsync
(String subscription, Integer maxMessages, Boolean returnImmediately, Class<T> payloadType) Asynchronously pull a number of messages from a Google Cloud Pub/Sub subscription and convert them to Spring messages with the desired payload type.PubSubSubscriberTemplate.pullAndConvertAsync
(String subscription, Integer maxMessages, Boolean returnImmediately, Class<T> payloadType)