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