Interface PubSubSink.TopicNameBuilder<IN>
-
- All Known Implementing Classes:
PubSubSink.PubSubSinkBuilder
- Enclosing class:
- PubSubSink<IN>
public static interface PubSubSink.TopicNameBuilder<IN>Part ofPubSubSink.PubSubSinkBuilderto set required fields.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PubSubSink.PubSubSinkBuilder<IN>withTopicName(String topicName)Set the subscription name of the subscription to pull messages from.
-
-
-
Method Detail
-
withTopicName
PubSubSink.PubSubSinkBuilder<IN> withTopicName(String topicName)
Set the subscription name of the subscription to pull messages from.
-
-