Uses of Interface
com.google.cloud.spring.pubsub.support.SubscriberFactory
Packages that use SubscriberFactory
Package
Description
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.pubsub.core
Methods in com.google.cloud.spring.pubsub.core that return SubscriberFactoryConstructors in com.google.cloud.spring.pubsub.core with parameters of type SubscriberFactoryModifierConstructorDescriptionPubSubTemplate(PublisherFactory publisherFactory, SubscriberFactory subscriberFactory) DefaultPubSubTemplateconstructor. -
Uses of SubscriberFactory in com.google.cloud.spring.pubsub.core.subscriber
Methods in com.google.cloud.spring.pubsub.core.subscriber that return SubscriberFactoryConstructors in com.google.cloud.spring.pubsub.core.subscriber with parameters of type SubscriberFactoryModifierConstructorDescriptionPubSubSubscriberTemplate(SubscriberFactory subscriberFactory) DefaultPubSubSubscriberTemplateconstructor. -
Uses of SubscriberFactory in com.google.cloud.spring.pubsub.support
Classes in com.google.cloud.spring.pubsub.support that implement SubscriberFactory