Class FlowControlSettings.Builder
java.lang.Object
com.google.cloud.pubsublite.cloudpubsub.FlowControlSettings.Builder
- Enclosing class:
- FlowControlSettings
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()abstract FlowControlSettings.BuildersetBytesOutstanding(long bytes) The number of quota bytes that may be outstanding to the client.abstract FlowControlSettings.BuildersetMessagesOutstanding(long elements) The number of messages that may be outstanding to the client.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setBytesOutstanding
The number of quota bytes that may be outstanding to the client. -
setMessagesOutstanding
The number of messages that may be outstanding to the client. -
build
- Throws:
com.google.api.gax.rpc.ApiException
-