Class PubSubConfiguration.Batching
java.lang.Object
com.google.cloud.spring.pubsub.core.PubSubConfiguration.Batching
- Enclosing class:
- PubSubConfiguration
Batching settings.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setDelayThresholdSeconds
(Long delayThresholdSeconds) void
setElementCountThreshold
(Long elementCountThreshold) void
setEnabled
(Boolean enabled) void
setRequestByteThreshold
(Long requestByteThreshold)
-
Constructor Details
-
Batching
public Batching()
-
-
Method Details
-
getElementCountThreshold
-
setElementCountThreshold
-
getRequestByteThreshold
-
setRequestByteThreshold
-
getDelayThresholdSeconds
-
setDelayThresholdSeconds
-
getEnabled
-
setEnabled
-
getFlowControl
-