Uses of Interface
org.apache.flink.streaming.connectors.gcp.pubsub.common.PubSubSubscriber
-
-
Uses of PubSubSubscriber in org.apache.flink.streaming.connectors.gcp.pubsub
Classes in org.apache.flink.streaming.connectors.gcp.pubsub that implement PubSubSubscriber Modifier and Type Class Description classBlockingGrpcPubSubSubscriberImplementation forPubSubSubscriber.Fields in org.apache.flink.streaming.connectors.gcp.pubsub declared as PubSubSubscriber Modifier and Type Field Description protected PubSubSubscriberPubSubSource. subscriber -
Uses of PubSubSubscriber in org.apache.flink.streaming.connectors.gcp.pubsub.common
Methods in org.apache.flink.streaming.connectors.gcp.pubsub.common that return PubSubSubscriber Modifier and Type Method Description PubSubSubscriberPubSubSubscriberFactory. getSubscriber(com.google.auth.Credentials credentials)Creates a new SubscriberStub using the EventLoopGroup and credentials. -
Uses of PubSubSubscriber in org.apache.flink.streaming.connectors.gcp.pubsub.emulator
Methods in org.apache.flink.streaming.connectors.gcp.pubsub.emulator that return PubSubSubscriber Modifier and Type Method Description PubSubSubscriberPubSubSubscriberFactoryForEmulator. getSubscriber(com.google.auth.Credentials credentials)
-