Uses of Interface
com.google.cloud.spring.pubsub.support.PublisherFactory
Packages that use PublisherFactory
Package
Description
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.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) DefaultPubSubTemplate
constructor. -
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) DefaultPubSubPublisherTemplate
constructor that usesSimplePubSubMessageConverter
to 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 TypeClassDescriptionclass
The caching implementation of thePublisherFactory
.class
The defaultPublisherFactory
implementation.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 cachingPublisherFactory
using the delegate.