Uses of Interface
org.apache.flink.streaming.connectors.gcp.pubsub.PubSubSource.SubscriptionNameBuilder
-
Packages that use PubSubSource.SubscriptionNameBuilder Package Description org.apache.flink.streaming.connectors.gcp.pubsub -
-
Uses of PubSubSource.SubscriptionNameBuilder in org.apache.flink.streaming.connectors.gcp.pubsub
Classes in org.apache.flink.streaming.connectors.gcp.pubsub that implement PubSubSource.SubscriptionNameBuilder Modifier and Type Class Description static classPubSubSource.PubSubSourceBuilder<OUT>Builder to create PubSubSource.Methods in org.apache.flink.streaming.connectors.gcp.pubsub that return PubSubSource.SubscriptionNameBuilder Modifier and Type Method Description PubSubSource.SubscriptionNameBuilder<OUT>PubSubSource.ProjectNameBuilder. withProjectName(String projectName)Set the project name of the subscription to pull messages from.PubSubSource.SubscriptionNameBuilder<OUT>PubSubSource.PubSubSourceBuilder. withProjectName(String projectName)
-