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) 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.