| Package | Description |
|---|---|
| org.springframework.cloud.gcp.pubsub.core |
Core support for Pub/Sub in Spring.
|
| org.springframework.cloud.gcp.pubsub.core.subscriber |
Operations and template for subscribing 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 |
|---|---|
SubscriberFactory |
PubSubTemplate.getSubscriberFactory() |
| Constructor and Description |
|---|
PubSubTemplate(PublisherFactory publisherFactory,
SubscriberFactory subscriberFactory)
Default
PubSubTemplate constructor. |
| Modifier and Type | Method and Description |
|---|---|
SubscriberFactory |
PubSubSubscriberTemplate.getSubscriberFactory() |
| Constructor and Description |
|---|
PubSubSubscriberTemplate(SubscriberFactory subscriberFactory)
Default
PubSubSubscriberTemplate constructor. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSubscriberFactory
The default
SubscriberFactory implementation. |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.