public static interface EventType.DuplicateHandling
Modifier and Type | Field and Description |
---|---|
static int |
ALLOW
Duplicates are allowed.
|
static int |
DO_NOT_ALLOW
Duplicates are not allowed.
|
static int |
IGNORE
Duplicates are ignored.
|
static int |
IGNORE_SAME_MESSAGE
Duplicates are ignored only if their message is the same as the existing.
|
static final int DO_NOT_ALLOW
static final int IGNORE
static final int IGNORE_SAME_MESSAGE
static final int ALLOW