| Package | Description |
|---|---|
| com.google.cloud.pubsublite.cloudpubsub |
| Modifier and Type | Method and Description |
|---|---|
static FlowControlSettings.Builder |
FlowControlSettings.builder()
Create a new builder for these settings.
|
abstract FlowControlSettings.Builder |
FlowControlSettings.Builder.setBytesOutstanding(long bytes)
The number of quota bytes that may be outstanding to the client.
|
abstract FlowControlSettings.Builder |
FlowControlSettings.Builder.setMessagesOutstanding(long elements)
The number of messages that may be outstanding to the client.
|
Copyright © 2021 Google LLC. All rights reserved.