Class WebhookThrottleConfig.Builder

  • Enclosing class:
    WebhookThrottleConfig

    public static class WebhookThrottleConfig.Builder
    extends java.lang.Object
    • Method Detail

      • burst

        public WebhookThrottleConfig.Builder burst​(java.lang.Number burst)
        ThrottleBurst is the maximum number of events sent at the same moment default 15 QPS
        Returns:
        this.
      • qps

        public WebhookThrottleConfig.Builder qps​(java.lang.Number qps)
        ThrottleQPS maximum number of batches per second default 10 QPS
        Returns:
        this.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object