Class PubSubConfiguration.FlowControl
java.lang.Object
com.google.cloud.spring.pubsub.core.PubSubConfiguration.FlowControl
- Enclosing class:
- PubSubConfiguration
flow control settings.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.api.gax.batching.FlowController.LimitExceededBehaviorvoidsetLimitExceededBehavior(com.google.api.gax.batching.FlowController.LimitExceededBehavior limitExceededBehavior) voidsetMaxOutstandingElementCount(Long maxOutstandingElementCount) voidsetMaxOutstandingRequestBytes(Long maxOutstandingRequestBytes)
-
Constructor Details
-
FlowControl
public FlowControl()
-
-
Method Details
-
getMaxOutstandingElementCount
-
setMaxOutstandingElementCount
-
getMaxOutstandingRequestBytes
-
setMaxOutstandingRequestBytes
-
getLimitExceededBehavior
public com.google.api.gax.batching.FlowController.LimitExceededBehavior getLimitExceededBehavior() -
setLimitExceededBehavior
public void setLimitExceededBehavior(com.google.api.gax.batching.FlowController.LimitExceededBehavior limitExceededBehavior)
-