public abstract static class FlowControlSettings.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
FlowControlSettings |
build() |
abstract FlowControlSettings.Builder |
setBytesOutstanding(long bytes)
The number of quota bytes that may be outstanding to the client.
|
abstract FlowControlSettings.Builder |
setMessagesOutstanding(long elements)
The number of messages that may be outstanding to the client.
|
public abstract FlowControlSettings.Builder setBytesOutstanding(long bytes)
public abstract FlowControlSettings.Builder setMessagesOutstanding(long elements)
public FlowControlSettings build() throws io.grpc.StatusException
io.grpc.StatusExceptionCopyright © 2020 Google LLC. All rights reserved.