public abstract class FlowControlSettings extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
FlowControlSettings.Builder |
| Constructor and Description |
|---|
FlowControlSettings() |
| Modifier and Type | Method and Description |
|---|---|
static FlowControlSettings.Builder |
builder()
Create a new builder for these settings.
|
abstract long |
bytesOutstanding()
The number of quota bytes that may be outstanding to the client.
|
abstract long |
messagesOutstanding()
The number of messages that may be outstanding to the client.
|
public static FlowControlSettings.Builder builder()
public abstract long bytesOutstanding()
public abstract long messagesOutstanding()
Copyright © 2022 Google LLC. All rights reserved.