接口 DispatchRate
-
- 所有已知实现类:
DispatchRateImpl
public interface DispatchRateDispatch rate.
-
-
嵌套类概要
嵌套类 修饰符和类型 接口 说明 static interfaceDispatchRate.Builder
-
方法概要
所有方法 静态方法 实例方法 抽象方法 修饰符和类型 方法 说明 static DispatchRate.Builderbuilder()longgetDispatchThrottlingRateInByte()intgetDispatchThrottlingRateInMsg()intgetRatePeriodInSecond()booleanisRelativeToPublishRate()
-
-
-
方法详细资料
-
getDispatchThrottlingRateInMsg
int getDispatchThrottlingRateInMsg()
-
getDispatchThrottlingRateInByte
long getDispatchThrottlingRateInByte()
-
isRelativeToPublishRate
boolean isRelativeToPublishRate()
-
getRatePeriodInSecond
int getRatePeriodInSecond()
-
builder
static DispatchRate.Builder builder()
-
-