Uses of Interface
com.google.cloud.spring.pubsub.support.SubscriberFactory
Package
Description
Auto-configuration for Spring Cloud GCP Pub/Sub module.
Core support for Pub/Sub in Spring.
Operations and template for subscribing in Spring Cloud GCP Pub/Sub.
Supporting classes for handling messages in Spring Cloud GCP Pub/Sub.
-
Uses of SubscriberFactory in com.google.cloud.spring.autoconfigure.pubsub
Modifier and TypeMethodDescriptionGcpPubSubAutoConfiguration.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 TypeMethodDescriptionGcpPubSubAutoConfiguration.pubSubSubscriberTemplate
(SubscriberFactory subscriberFactory, org.springframework.beans.factory.ObjectProvider<PubSubMessageConverter> pubSubMessageConverter, org.springframework.beans.factory.ObjectProvider<Executor> asyncPullExecutor, Executor ackExecutor) -
Uses of SubscriberFactory in com.google.cloud.spring.pubsub.core
ModifierConstructorDescriptionPubSubTemplate
(PublisherFactory publisherFactory, SubscriberFactory subscriberFactory) DefaultPubSubTemplate
constructor. -
Uses of SubscriberFactory in com.google.cloud.spring.pubsub.core.subscriber
ModifierConstructorDescriptionPubSubSubscriberTemplate
(SubscriberFactory subscriberFactory) DefaultPubSubSubscriberTemplate
constructor. -
Uses of SubscriberFactory in com.google.cloud.spring.pubsub.support