| Modifier and Type | Method and Description |
|---|---|
PubSubTemplate |
GcpPubSubAutoConfiguration.pubSubTemplate(PublisherFactory publisherFactory,
SubscriberFactory subscriberFactory,
org.springframework.beans.factory.ObjectProvider<PubSubMessageConverter> pubSubMessageConverter) |
| Modifier and Type | Method and Description |
|---|---|
PubSubMessageConverter |
PubSubTemplate.getMessageConverter() |
| Modifier and Type | Method and Description |
|---|---|
PubSubTemplate |
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.