Class PubSubConfiguration.FlowControl

java.lang.Object
com.google.cloud.spring.pubsub.core.PubSubConfiguration.FlowControl
Enclosing class:
PubSubConfiguration

public static class PubSubConfiguration.FlowControl extends Object
flow control settings.
  • Constructor Details

    • FlowControl

      public FlowControl()
  • Method Details

    • getMaxOutstandingElementCount

      public Long getMaxOutstandingElementCount()
    • setMaxOutstandingElementCount

      public void setMaxOutstandingElementCount(Long maxOutstandingElementCount)
    • getMaxOutstandingRequestBytes

      public Long getMaxOutstandingRequestBytes()
    • setMaxOutstandingRequestBytes

      public void setMaxOutstandingRequestBytes(Long maxOutstandingRequestBytes)
    • getLimitExceededBehavior

      public com.google.api.gax.batching.FlowController.LimitExceededBehavior getLimitExceededBehavior()
    • setLimitExceededBehavior

      public void setLimitExceededBehavior(com.google.api.gax.batching.FlowController.LimitExceededBehavior limitExceededBehavior)