| Package | Description |
|---|---|
| org.springframework.cloud.gcp.pubsub.core |
Core support for Pub/Sub in Spring.
|
| org.springframework.cloud.gcp.pubsub.core.publisher |
Operations and template for publishing in Spring Cloud GCP Pub/Sub.
|
| org.springframework.cloud.gcp.pubsub.support |
Supporting classes for handling messages in Spring Cloud GCP Pub/Sub.
|
| Modifier and Type | Method and Description |
|---|---|
PublisherFactory |
PubSubTemplate.getPublisherFactory() |
| Constructor and Description |
|---|
PubSubTemplate(PublisherFactory publisherFactory,
SubscriberFactory subscriberFactory)
Default
PubSubTemplate constructor. |
| Modifier and Type | Method and Description |
|---|---|
PublisherFactory |
PubSubPublisherTemplate.getPublisherFactory() |
| Constructor and Description |
|---|
PubSubPublisherTemplate(PublisherFactory publisherFactory)
Default
PubSubPublisherTemplate constructor that uses SimplePubSubMessageConverter
to serialize and deserialize payloads. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPublisherFactory
The default
PublisherFactory implementation. |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.