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.subscriber |
Operations and template for subscribing 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 |
---|---|
SubscriberFactory |
GcpPubSubAutoConfiguration.defaultSubscriberFactory(Optional<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,
org.springframework.beans.factory.ObjectProvider<HealthTrackerRegistry> healthTrackerRegistry,
com.google.api.gax.rpc.TransportChannelProvider subscriberTransportChannelProvider) |
Modifier and Type | Method and Description |
---|---|
PubSubSubscriberTemplate |
GcpPubSubAutoConfiguration.pubSubSubscriberTemplate(SubscriberFactory subscriberFactory,
org.springframework.beans.factory.ObjectProvider<PubSubMessageConverter> pubSubMessageConverter,
org.springframework.beans.factory.ObjectProvider<Executor> asyncPullExecutor,
Executor ackExecutor) |
Modifier and Type | Method and Description |
---|---|
SubscriberFactory |
PubSubTemplate.getSubscriberFactory() |
Constructor and Description |
---|
PubSubTemplate(PublisherFactory publisherFactory,
SubscriberFactory subscriberFactory)
Default
PubSubTemplate constructor. |
Modifier and Type | Method and Description |
---|---|
SubscriberFactory |
PubSubSubscriberTemplate.getSubscriberFactory() |
Constructor and Description |
---|
PubSubSubscriberTemplate(SubscriberFactory subscriberFactory)
Default
PubSubSubscriberTemplate constructor. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSubscriberFactory
The default
SubscriberFactory implementation. |
Copyright © 2021. All rights reserved.