public static class PubSubConfiguration.Batching extends Object
Constructor and Description |
---|
Batching() |
Modifier and Type | Method and Description |
---|---|
Long |
getDelayThresholdSeconds() |
Long |
getElementCountThreshold() |
Boolean |
getEnabled() |
PubSubConfiguration.FlowControl |
getFlowControl() |
Long |
getRequestByteThreshold() |
void |
setDelayThresholdSeconds(Long delayThresholdSeconds) |
void |
setElementCountThreshold(Long elementCountThreshold) |
void |
setEnabled(Boolean enabled) |
void |
setRequestByteThreshold(Long requestByteThreshold) |
public Long getElementCountThreshold()
public void setElementCountThreshold(Long elementCountThreshold)
public Long getRequestByteThreshold()
public void setRequestByteThreshold(Long requestByteThreshold)
public Long getDelayThresholdSeconds()
public void setDelayThresholdSeconds(Long delayThresholdSeconds)
public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public PubSubConfiguration.FlowControl getFlowControl()
Copyright © 2021. All rights reserved.