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 |
---|---|
SubscriberFactory |
GcpPubSubAutoConfiguration.defaultSubscriberFactory(com.google.api.gax.core.ExecutorProvider executorProvider,
org.springframework.beans.factory.ObjectProvider<com.google.api.gax.core.ExecutorProvider> systemExecutorProvider,
org.springframework.beans.factory.ObjectProvider<com.google.api.gax.batching.FlowControlSettings> flowControlSettings,
org.springframework.beans.factory.ObjectProvider<com.google.api.core.ApiClock> apiClock,
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 |
---|---|
SubscriberFactory |
PubSubTemplate.getSubscriberFactory() |
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 |
DefaultSubscriberFactory
The default
SubscriberFactory implementation. |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.