public abstract class ProcessingConstants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
DROP_ON_ERROR_DEFAULT
default value for setting if records should be removed from pipelet result on failure.
|
static boolean |
FAIL_ON_ERROR_DEFAULT
default value for setting if exception should be thrown in pipelet in case of record failure.
|
static java.lang.String |
KEY_DROP_ON_ERROR |
static java.lang.String |
KEY_FAIL_ON_ERROR
parameter key for fail on error in processing.
|
Constructor and Description |
---|
ProcessingConstants() |
public static final java.lang.String KEY_FAIL_ON_ERROR
public static final java.lang.String KEY_DROP_ON_ERROR
public static final boolean FAIL_ON_ERROR_DEFAULT
public static final boolean DROP_ON_ERROR_DEFAULT