public class PublishRate extends Object
| Modifier and Type | Field and Description |
|---|---|
long |
publishThrottlingRateInByte |
int |
publishThrottlingRateInMsg |
| Constructor and Description |
|---|
PublishRate() |
PublishRate(int dispatchThrottlingRateInMsg,
long dispatchThrottlingRateInByte) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
static PublishRate |
normalize(PublishRate publishRate) |
public int publishThrottlingRateInMsg
public long publishThrottlingRateInByte
public PublishRate()
public PublishRate(int dispatchThrottlingRateInMsg,
long dispatchThrottlingRateInByte)
public static PublishRate normalize(PublishRate publishRate)
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.