| 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.integration.outbound |
Google Cloud Pub/Sub outbound integration classes for Spring Integration.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PubSubOperations
An abstraction for Google Cloud Pub/Sub for publish and subscribe / pull methods.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PubSubTemplate
Default implementation of
PubSubOperations. |
| Modifier and Type | Class and Description |
|---|---|
class |
PubSubPublisherTemplate
Default implementation of
PubSubPublisherOperations. |
| Constructor and Description |
|---|
PubSubMessageHandler(PubSubPublisherOperations pubSubPublisherOperations,
String topic) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.