public enum DatabusPushConsumerListenerResponse extends java.lang.Enum<DatabusPushConsumerListenerResponse>
| Enum Constant and Description |
|---|
CONTINUE_AND_COMMIT |
RETRY |
STOP_AND_COMMIT |
STOP_NO_COMMIT |
| Modifier and Type | Method and Description |
|---|---|
static DatabusPushConsumerListenerResponse |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DatabusPushConsumerListenerResponse[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DatabusPushConsumerListenerResponse CONTINUE_AND_COMMIT
public static final DatabusPushConsumerListenerResponse RETRY
public static final DatabusPushConsumerListenerResponse STOP_AND_COMMIT
public static final DatabusPushConsumerListenerResponse STOP_NO_COMMIT
public static DatabusPushConsumerListenerResponse[] values()
for (DatabusPushConsumerListenerResponse c : DatabusPushConsumerListenerResponse.values()) System.out.println(c);
public static DatabusPushConsumerListenerResponse 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 null