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
AcknowledgeablePubsubMessagethat also contains the payload of the Pub/Sub message converted to the desired typeT.ABasicAcknowledgeablePubsubMessagethat 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 aPubsubMessagefails.Interface for converters that can convert POJOs to and from Pub/Sub messages.A simplePubSubMessageConverterthat directly maps payloads of typebyte[],ByteString,ByteBuffer, andStringto Pub/Sub messages.