Uses of Interface
org.apache.flink.streaming.connectors.gcp.pubsub.PubSubSink.ProjectNameBuilder
-
Packages that use PubSubSink.ProjectNameBuilder Package Description org.apache.flink.streaming.connectors.gcp.pubsub -
-
Uses of PubSubSink.ProjectNameBuilder in org.apache.flink.streaming.connectors.gcp.pubsub
Classes in org.apache.flink.streaming.connectors.gcp.pubsub that implement PubSubSink.ProjectNameBuilder Modifier and Type Class Description static classPubSubSink.PubSubSinkBuilder<IN>PubSubSinkBuilder to create a PubSubSink.Methods in org.apache.flink.streaming.connectors.gcp.pubsub that return PubSubSink.ProjectNameBuilder Modifier and Type Method Description <IN> PubSubSink.ProjectNameBuilder<IN>PubSubSink.SerializationSchemaBuilder. withSerializationSchema(org.apache.flink.api.common.serialization.SerializationSchema<IN> deserializationSchema)Set the SerializationSchema used to Serialize objects to be added as payloads of PubSubMessages.
-