Class PubSubConfiguration.Batching

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

public static class PubSubConfiguration.Batching extends Object
Batching settings.
  • Constructor Details

    • Batching

      public Batching()
  • Method Details

    • getElementCountThreshold

      public Long getElementCountThreshold()
    • setElementCountThreshold

      public void setElementCountThreshold(Long elementCountThreshold)
    • getRequestByteThreshold

      public Long getRequestByteThreshold()
    • setRequestByteThreshold

      public void setRequestByteThreshold(Long requestByteThreshold)
    • getDelayThresholdSeconds

      public Long getDelayThresholdSeconds()
    • setDelayThresholdSeconds

      public void setDelayThresholdSeconds(Long delayThresholdSeconds)
    • getEnabled

      public Boolean getEnabled()
    • setEnabled

      public void setEnabled(Boolean enabled)
    • getFlowControl

      public PubSubConfiguration.FlowControl getFlowControl()