| Package | Description |
|---|---|
| com.google.cloud.spring.pubsub.core |
Core support for Pub/Sub in Spring.
|
| com.google.cloud.spring.pubsub.core.publisher |
Operations and template for publishing in Spring Cloud GCP Pub/Sub.
|
| com.google.cloud.spring.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)
Instantiates an outbound adapter for publishing messages to a topic.
|
Copyright © 2022. All rights reserved.