public static enum IKdbConsumerFailedListener.EFailureReason extends Enum<IKdbConsumerFailedListener.EFailureReason>
| Enum Constant and Description |
|---|
CONNECTION_FAILED |
SUBSCRIPTION_FAILED |
| Modifier and Type | Method and Description |
|---|---|
static IKdbConsumerFailedListener.EFailureReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IKdbConsumerFailedListener.EFailureReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IKdbConsumerFailedListener.EFailureReason SUBSCRIPTION_FAILED
public static final IKdbConsumerFailedListener.EFailureReason CONNECTION_FAILED
public static IKdbConsumerFailedListener.EFailureReason[] values()
for (IKdbConsumerFailedListener.EFailureReason c : IKdbConsumerFailedListener.EFailureReason.values()) System.out.println(c);
public static IKdbConsumerFailedListener.EFailureReason 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. All rights reserved.