Uses of Interface
com.google.cloud.spring.pubsub.support.PublisherFactory
Package
Description
Auto-configuration for Spring Cloud GCP Pub/Sub module.
Core support for Pub/Sub in Spring.
Operations and template for publishing in Spring Cloud GCP Pub/Sub.
Supporting classes for handling messages in Spring Cloud GCP Pub/Sub.
-
Uses of PublisherFactory in com.google.cloud.spring.autoconfigure.pubsub
Modifier and TypeMethodDescriptionGcpPubSubAutoConfiguration.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 publisherTransportChannelProvider, org.springframework.beans.factory.ObjectProvider<PublisherCustomizer> customizersProvider) Modifier and TypeMethodDescriptionGcpPubSubAutoConfiguration.pubSubPublisherTemplate
(PublisherFactory publisherFactory, org.springframework.beans.factory.ObjectProvider<PubSubMessageConverter> pubSubMessageConverter) -
Uses of PublisherFactory in com.google.cloud.spring.pubsub.core
ModifierConstructorDescriptionPubSubTemplate
(PublisherFactory publisherFactory, SubscriberFactory subscriberFactory) DefaultPubSubTemplate
constructor. -
Uses of PublisherFactory in com.google.cloud.spring.pubsub.core.publisher
ModifierConstructorDescriptionPubSubPublisherTemplate
(PublisherFactory publisherFactory) DefaultPubSubPublisherTemplate
constructor that usesSimplePubSubMessageConverter
to serialize and deserialize payloads. -
Uses of PublisherFactory in com.google.cloud.spring.pubsub.support
Modifier and TypeClassDescriptionclass
The caching implementation of thePublisherFactory
.class
The defaultPublisherFactory
implementation.ModifierConstructorDescriptionCachingPublisherFactory
(PublisherFactory delegate) Constructs a cachingPublisherFactory
using the delegate.