Package | Description |
---|---|
com.google.cloud.spring.autoconfigure.pubsub |
Auto-configuration for Spring Cloud GCP Pub/Sub module.
|
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.support |
Supporting classes for handling messages in Spring Cloud GCP Pub/Sub.
|
Modifier and Type | Method and Description |
---|---|
PublisherFactory |
GcpPubSubAutoConfiguration.defaultPublisherFactory(com.google.api.gax.core.ExecutorProvider executorProvider,
org.springframework.beans.factory.ObjectProvider<com.google.api.gax.batching.BatchingSettings> batchingSettings,
org.springframework.beans.factory.ObjectProvider<com.google.api.gax.retrying.RetrySettings> retrySettings,
com.google.api.gax.rpc.TransportChannelProvider publisherTransportChannelProvider) |
Modifier and Type | Method and Description |
---|---|
PubSubPublisherTemplate |
GcpPubSubAutoConfiguration.pubSubPublisherTemplate(PublisherFactory publisherFactory,
org.springframework.beans.factory.ObjectProvider<PubSubMessageConverter> pubSubMessageConverter) |
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 |
CachingPublisherFactory
The caching implementation of the
PublisherFactory . |
class |
DefaultPublisherFactory
The default
PublisherFactory implementation. |
Modifier and Type | Method and Description |
---|---|
PublisherFactory |
CachingPublisherFactory.getDelegate()
Returns the delegate.
|
Constructor and Description |
---|
CachingPublisherFactory(PublisherFactory delegate)
Constructs a caching
PublisherFactory using the delegate. |
Copyright © 2021. All rights reserved.