Uses of Interface
org.apache.flink.streaming.connectors.gcp.pubsub.common.PubSubSubscriberFactory
-
Packages that use PubSubSubscriberFactory Package Description org.apache.flink.streaming.connectors.gcp.pubsub org.apache.flink.streaming.connectors.gcp.pubsub.emulator -
-
Uses of PubSubSubscriberFactory in org.apache.flink.streaming.connectors.gcp.pubsub
Fields in org.apache.flink.streaming.connectors.gcp.pubsub declared as PubSubSubscriberFactory Modifier and Type Field Description protected PubSubSubscriberFactoryPubSubSource. pubSubSubscriberFactoryMethods in org.apache.flink.streaming.connectors.gcp.pubsub with parameters of type PubSubSubscriberFactory Modifier and Type Method Description PubSubSource.PubSubSourceBuilder<OUT>PubSubSource.PubSubSourceBuilder. withPubSubSubscriberFactory(PubSubSubscriberFactory pubSubSubscriberFactory)Set a PubSubSubscriberFactory This allows for custom Subscriber options to be set. -
Uses of PubSubSubscriberFactory in org.apache.flink.streaming.connectors.gcp.pubsub.emulator
Classes in org.apache.flink.streaming.connectors.gcp.pubsub.emulator that implement PubSubSubscriberFactory Modifier and Type Class Description classPubSubSubscriberFactoryForEmulatorA convenience PubSubSubscriberFactory that can be used to connect to a PubSub emulator.
-