| 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.integration.inbound |
Inbound support classes for Spring Integration support in Spring Cloud GCP Pub/Sub.
|
| 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 |
PubSubSubscriberTemplate
Default implementation of
PubSubSubscriberOperations. |
| Constructor and Description |
|---|
PubSubInboundChannelAdapter(PubSubSubscriberOperations pubSubSubscriberOperations,
String subscriptionName) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.