Uses of Interface
com.google.cloud.spring.pubsub.support.PublisherFactory
Packages that use 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
Methods in com.google.cloud.spring.autoconfigure.pubsub that return PublisherFactoryModifier 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) Methods in com.google.cloud.spring.autoconfigure.pubsub with parameters of type PublisherFactoryModifier and TypeMethodDescriptionGcpPubSubAutoConfiguration.pubSubPublisherTemplate(PublisherFactory publisherFactory, org.springframework.beans.factory.ObjectProvider<PubSubMessageConverter> pubSubMessageConverter) -
Uses of PublisherFactory in com.google.cloud.spring.pubsub.core
Methods in com.google.cloud.spring.pubsub.core that return PublisherFactoryConstructors in com.google.cloud.spring.pubsub.core with parameters of type PublisherFactoryModifierConstructorDescriptionPubSubTemplate(PublisherFactory publisherFactory, SubscriberFactory subscriberFactory) DefaultPubSubTemplateconstructor. -
Uses of PublisherFactory in com.google.cloud.spring.pubsub.core.publisher
Methods in com.google.cloud.spring.pubsub.core.publisher that return PublisherFactoryConstructors in com.google.cloud.spring.pubsub.core.publisher with parameters of type PublisherFactoryModifierConstructorDescriptionPubSubPublisherTemplate(PublisherFactory publisherFactory) DefaultPubSubPublisherTemplateconstructor that usesSimplePubSubMessageConverterto serialize and deserialize payloads. -
Uses of PublisherFactory in com.google.cloud.spring.pubsub.support
Classes in com.google.cloud.spring.pubsub.support that implement PublisherFactoryModifier and TypeClassDescriptionclassThe caching implementation of thePublisherFactory.classThe defaultPublisherFactoryimplementation.Methods in com.google.cloud.spring.pubsub.support that return PublisherFactoryConstructors in com.google.cloud.spring.pubsub.support with parameters of type PublisherFactoryModifierConstructorDescriptionCachingPublisherFactory(PublisherFactory delegate) Constructs a cachingPublisherFactoryusing the delegate.