Interface DispatchRate.Builder
- All Known Implementing Classes:
DispatchRateImpl.DispatchRateImplBuilder
- Enclosing interface:
- DispatchRate
public static interface DispatchRate.Builder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
dispatchThrottlingRateInByte
(long dispatchThrottlingRateBytes) dispatchThrottlingRateInMsg
(int dispatchThrottlingRateMsg) ratePeriodInSecond
(int ratePeriodInSeconds) relativeToPublishRate
(boolean relativeToPublishRate)
-
Method Details
-
dispatchThrottlingRateInMsg
-
dispatchThrottlingRateInByte
-
relativeToPublishRate
-
ratePeriodInSecond
-
build
DispatchRate build()
-