Interface DispatchRate

All Known Implementing Classes:
DispatchRateImpl

public interface DispatchRate
Dispatch rate.
  • Method Details

    • getDispatchThrottlingRateInMsg

      int getDispatchThrottlingRateInMsg()
    • getDispatchThrottlingRateInByte

      long getDispatchThrottlingRateInByte()
    • isRelativeToPublishRate

      boolean isRelativeToPublishRate()
    • getRatePeriodInSecond

      int getRatePeriodInSecond()
    • builder

      static DispatchRate.Builder builder()