Interface PubSubSource.SubscriptionNameBuilder<OUT>
-
- All Known Implementing Classes:
PubSubSource.PubSubSourceBuilder
- Enclosing class:
- PubSubSource<OUT>
public static interface PubSubSource.SubscriptionNameBuilder<OUT>Part ofPubSubSource.PubSubSourceBuilderto set required fields.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PubSubSource.PubSubSourceBuilder<OUT>withSubscriptionName(String subscriptionName)Set the subscription name of the subscription to pull messages from.
-
-
-
Method Detail
-
withSubscriptionName
PubSubSource.PubSubSourceBuilder<OUT> withSubscriptionName(String subscriptionName)
Set the subscription name of the subscription to pull messages from.
-
-