public static class PubSubConfiguration.FlowControl extends Object
Constructor and Description |
---|
FlowControl() |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.batching.FlowController.LimitExceededBehavior |
getLimitExceededBehavior() |
Long |
getMaxOutstandingElementCount() |
Long |
getMaxOutstandingRequestBytes() |
void |
setLimitExceededBehavior(com.google.api.gax.batching.FlowController.LimitExceededBehavior limitExceededBehavior) |
void |
setMaxOutstandingElementCount(Long maxOutstandingElementCount) |
void |
setMaxOutstandingRequestBytes(Long maxOutstandingRequestBytes) |
public Long getMaxOutstandingElementCount()
public void setMaxOutstandingElementCount(Long maxOutstandingElementCount)
public Long getMaxOutstandingRequestBytes()
public void setMaxOutstandingRequestBytes(Long maxOutstandingRequestBytes)
public com.google.api.gax.batching.FlowController.LimitExceededBehavior getLimitExceededBehavior()
public void setLimitExceededBehavior(com.google.api.gax.batching.FlowController.LimitExceededBehavior limitExceededBehavior)
Copyright © 2021. All rights reserved.