| Package | Description |
|---|---|
| org.springframework.cloud.gcp.pubsub.core | |
| org.springframework.cloud.gcp.pubsub.support.converter |
| Modifier and Type | Method and Description |
|---|---|
PubSubMessageConverter |
PubSubTemplate.getMessageConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
PubSubTemplate.setMessageConverter(PubSubMessageConverter messageConverter) |
| Modifier and Type | Class and Description |
|---|---|
class |
JacksonPubSubMessageConverter
A converter using Jackson JSON.
|
class |
SimplePubSubMessageConverter
A simple
PubSubMessageConverter that directly maps payloads of type
byte[], ByteString, ByteBuffer, and String to Pub/Sub messages. |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.