| Package | Description |
|---|---|
| org.springframework.cloud.gcp.autoconfigure.pubsub | |
| org.springframework.cloud.gcp.pubsub.core | |
| org.springframework.cloud.gcp.pubsub.support |
| 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 transportChannelProvider) |
| Modifier and Type | Method and Description |
|---|---|
PubSubTemplate |
GcpPubSubAutoConfiguration.pubSubTemplate(PublisherFactory publisherFactory,
SubscriberFactory subscriberFactory,
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 that uses SimplePubSubMessageConverter
to serialize and deserialize payloads. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPublisherFactory
The default
PublisherFactory implementation. |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.