public static enum DispatchRateLimiter.Type extends Enum<DispatchRateLimiter.Type>
| Enum Constant and Description |
|---|
REPLICATOR |
SUBSCRIPTION |
TOPIC |
| Modifier and Type | Method and Description |
|---|---|
static DispatchRateLimiter.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DispatchRateLimiter.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DispatchRateLimiter.Type TOPIC
public static final DispatchRateLimiter.Type SUBSCRIPTION
public static final DispatchRateLimiter.Type REPLICATOR
public static DispatchRateLimiter.Type[] values()
for (DispatchRateLimiter.Type c : DispatchRateLimiter.Type.values()) System.out.println(c);
public static DispatchRateLimiter.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2017–2021 Apache Software Foundation. All rights reserved.