public enum RemoteRxNumerusEvent extends java.lang.Enum<RemoteRxNumerusEvent> implements com.netflix.numerus.NumerusRollingNumberEvent
| Enum Constant and Description |
|---|
BOOTSTRAP |
COMPLETED |
CONNECTION_COUNT |
ERROR |
NEXT |
SUBSCRIBE |
UNSUBSCRIBE |
| Modifier and Type | Method and Description |
|---|---|
com.netflix.numerus.NumerusRollingNumberEvent[] |
getValues() |
boolean |
isCounter() |
boolean |
isMaxUpdater() |
static RemoteRxNumerusEvent |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RemoteRxNumerusEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RemoteRxNumerusEvent BOOTSTRAP
public static final RemoteRxNumerusEvent NEXT
public static final RemoteRxNumerusEvent ERROR
public static final RemoteRxNumerusEvent COMPLETED
public static final RemoteRxNumerusEvent SUBSCRIBE
public static final RemoteRxNumerusEvent UNSUBSCRIBE
public static final RemoteRxNumerusEvent CONNECTION_COUNT
public static RemoteRxNumerusEvent[] values()
for (RemoteRxNumerusEvent c : RemoteRxNumerusEvent.values()) System.out.println(c);
public static RemoteRxNumerusEvent valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic boolean isCounter()
isCounter in interface com.netflix.numerus.NumerusRollingNumberEventpublic boolean isMaxUpdater()
isMaxUpdater in interface com.netflix.numerus.NumerusRollingNumberEventpublic com.netflix.numerus.NumerusRollingNumberEvent[] getValues()
getValues in interface com.netflix.numerus.NumerusRollingNumberEvent