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,
com.google.api.gax.rpc.TransportChannelProvider transportChannelProvider) |
Modifier and Type | Method and Description |
---|---|
PubSubTemplate |
GcpPubSubAutoConfiguration.pubSubTemplate(PublisherFactory publisherFactory,
SubscriberFactory subscriberFactory) |
Modifier and Type | Method and Description |
---|---|
PublisherFactory |
PubSubTemplate.getPublisherFactory() |
Constructor and Description |
---|
PubSubTemplate(PublisherFactory publisherFactory,
SubscriberFactory subscriberFactory)
Default
PubSubTemplate constructor. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultPublisherFactory
The default
PublisherFactory implementation. |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.