See: Description
| Interface | Description |
|---|---|
| ConvertedAcknowledgeablePubsubMessage<T> |
An
AcknowledgeablePubsubMessage that also contains the payload of the Pub/Sub
message converted to the desired type T. |
| ConvertedBasicAcknowledgeablePubsubMessage<T> |
A
BasicAcknowledgeablePubsubMessage that also contains the payload of the
Pub/Sub message converted to the desired type T. |
| PubSubMessageConverter |
Interface for converters that can convert POJOs to and from Pub/Sub messages.
|
| Class | Description |
|---|---|
| JacksonPubSubMessageConverter |
A converter using Jackson JSON.
|
| SimplePubSubMessageConverter |
A simple
PubSubMessageConverter that directly maps payloads of type
byte[], ByteString, ByteBuffer, and String to Pub/Sub messages. |
| Exception | Description |
|---|---|
| PubSubMessageConversionException |
An exception raised when conversion to or from a
PubsubMessage fails. |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.