Interface DispatchRate
-
- All Known Implementing Classes:
DispatchRateImpl
public interface DispatchRateDispatch rate.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceDispatchRate.Builder
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DispatchRate.Builderbuilder()longgetDispatchThrottlingRateInByte()intgetDispatchThrottlingRateInMsg()intgetRatePeriodInSecond()booleanisRelativeToPublishRate()
-
-
-
Method Detail
-
getDispatchThrottlingRateInMsg
int getDispatchThrottlingRateInMsg()
-
getDispatchThrottlingRateInByte
long getDispatchThrottlingRateInByte()
-
isRelativeToPublishRate
boolean isRelativeToPublishRate()
-
getRatePeriodInSecond
int getRatePeriodInSecond()
-
builder
static DispatchRate.Builder builder()
-
-