Package com.google.cloud.spring.pubsub.support.converter
package com.google.cloud.spring.pubsub.support.converter
Classes related to converting messages in Spring Cloud GCP Pub/Sub.
-
ClassDescriptionAn
AcknowledgeablePubsubMessage
that also contains the payload of the Pub/Sub message converted to the desired typeT
.ABasicAcknowledgeablePubsubMessage
that also contains the payload of the Pub/Sub message converted to the desired typeT
.A converter using Jackson JSON.An exception raised when conversion to or from aPubsubMessage
fails.Interface for converters that can convert POJOs to and from Pub/Sub messages.A simplePubSubMessageConverter
that directly maps payloads of typebyte[]
,ByteString
,ByteBuffer
, andString
to Pub/Sub messages.