Skip to content

Commit 510ae28

Browse files
fix: setParallelPullCount documentation (#459)
* fix: `setParallelPullCount` documentation * Update google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/Subscriber.java Co-authored-by: yoshi-code-bot <[email protected]> Co-authored-by: yoshi-code-bot <[email protected]>
1 parent 016eb1d commit 510ae28

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • java-pubsub/google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1

java-pubsub/google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/Subscriber.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,10 @@ public Builder setSystemExecutorProvider(ExecutorProvider executorProvider) {
573573
return this;
574574
}
575575

576-
/** Sets the number of pullers used to pull messages from the subscription. Defaults to one. */
576+
/**
577+
* Sets the number of StreamingPull streams to pull messages from the subscription. Defaults to
578+
* one.
579+
*/
577580
public Builder setParallelPullCount(int parallelPullCount) {
578581
this.parallelPullCount = parallelPullCount;
579582
return this;

0 commit comments

Comments
 (0)