public final class BatchNotification
extends org.mule.runtime.api.notification.CustomNotification
| Modifier and Type | Field and Description |
|---|---|
static int |
JOB_CANCELLED |
static int |
JOB_PROCESS_RECORDS_BEGIN |
static int |
JOB_PROCESS_RECORDS_FAILED |
static int |
JOB_STOPPED |
static int |
JOB_SUCCESSFUL |
static int |
LOAD_PHASE_BEGIN |
static int |
LOAD_PHASE_END |
static int |
LOAD_PHASE_FAILED |
static int |
LOAD_PHASE_PROGRESS |
static int |
ON_COMPLETE_BEGIN |
static int |
ON_COMPLETE_END |
static int |
ON_COMPLETE_FAILED |
static int |
PROGRESS_UPDATE |
static int |
STEP_AGGREGATOR_END |
static int |
STEP_AGGREGATOR_FAILED |
static int |
STEP_AGGREGATOR_START |
static int |
STEP_JOB_END |
static int |
STEP_RECORD_END |
static int |
STEP_RECORD_FAILED |
static int |
STEP_RECORD_START |
action, ADMIN_EVENT_ACTION_START_RANGE, ASYNC_MESSAGE_EVENT_ACTION_START_RANGE, CLUSTER_NODE_EVENT_ACTION_START_RANGE, COMPONENT_EVENT_ACTION_START_RANGE, CONNECTION_EVENT_ACTION_START_RANGE, CONTEXT_EVENT_ACTION_START_RANGE, CUSTOM_EVENT_ACTION_START_RANGE, EXCEPTION_EVENT_ACTION_START_RANGE, EXCEPTION_STRATEGY_MESSAGE_EVENT_ACTION_START_RANGE, FLOW_CONSTRUCT_EVENT_ACTION_START_RANGE, MANAGEMENT_EVENT_ACTION_START_RANGE, MESSAGE_EVENT_ACTION_START_RANGE, MESSAGE_EVENT_END_ACTION_START_RANGE, MESSAGE_PROCESSOR_EVENT_ACTION_START_RANGE, NO_ACTION_ID, NO_ACTION_NAME, NULL_ACTION, NULL_MESSAGE, PIPELINE_MESSAGE_EVENT_ACTION_START_RANGE, POLICY_MESSAGE_EVENT_ACTION_START_RANGE, PROFILING_ACTION_START_RANGE, REGISTRY_EVENT_ACTION_START_RANGE, resourceIdentifier, ROUTING_EVENT_ACTION_START_RANGE, SECURITY_EVENT_ACTION_START_RANGE, serverId, SPACE_EVENT_ACTION_START_RANGE, timestamp, TRANSACTION_EVENT_ACTION_START_RANGE, TYPE_ERROR, TYPE_FATAL, TYPE_INFO, TYPE_TRACE, TYPE_WARNINGsource| Constructor and Description |
|---|
BatchNotification(com.mulesoft.mule.runtime.module.batch.api.BatchJobInstance jobInstance,
BatchStep step,
Exception e,
int action) |
BatchNotification(com.mulesoft.mule.runtime.module.batch.api.BatchJobInstance jobInstance,
BatchStep step,
int action) |
BatchNotification(com.mulesoft.mule.runtime.module.batch.api.BatchJobInstance jobInstance,
BatchStep step,
Record record,
Exception e,
int action) |
BatchNotification(com.mulesoft.mule.runtime.module.batch.api.BatchJobInstance jobInstance,
BatchStep step,
Record record,
int action) |
BatchNotification(com.mulesoft.mule.runtime.module.batch.api.BatchJobInstance jobInstance,
Exception exception,
int action) |
BatchNotification(com.mulesoft.mule.runtime.module.batch.api.BatchJobInstance jobInstance,
int action) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCorrelationId() |
String |
getEventName() |
Exception |
getException() |
com.mulesoft.mule.runtime.module.batch.api.BatchJobInstance |
getJobInstance() |
Record |
getRecord() |
BatchStep |
getStep() |
String |
toString() |
getAction, getActionId, getActionName, getActionName, getResourceIdentifier, getServerId, getTimestamp, getType, registerAction, setServerIdgetSourcepublic static final int LOAD_PHASE_BEGIN
public static final int LOAD_PHASE_PROGRESS
public static final int LOAD_PHASE_END
public static final int LOAD_PHASE_FAILED
public static final int JOB_PROCESS_RECORDS_BEGIN
public static final int JOB_PROCESS_RECORDS_FAILED
public static final int JOB_SUCCESSFUL
public static final int JOB_STOPPED
public static final int JOB_CANCELLED
public static final int ON_COMPLETE_BEGIN
public static final int ON_COMPLETE_END
public static final int ON_COMPLETE_FAILED
public static final int STEP_RECORD_START
public static final int STEP_RECORD_END
public static final int STEP_RECORD_FAILED
public static final int STEP_AGGREGATOR_START
public static final int STEP_AGGREGATOR_END
public static final int STEP_AGGREGATOR_FAILED
public static final int STEP_JOB_END
public static final int PROGRESS_UPDATE
public BatchNotification(com.mulesoft.mule.runtime.module.batch.api.BatchJobInstance jobInstance,
int action)
public BatchNotification(com.mulesoft.mule.runtime.module.batch.api.BatchJobInstance jobInstance,
Exception exception,
int action)
public BatchNotification(com.mulesoft.mule.runtime.module.batch.api.BatchJobInstance jobInstance,
BatchStep step,
int action)
public BatchNotification(com.mulesoft.mule.runtime.module.batch.api.BatchJobInstance jobInstance,
BatchStep step,
Record record,
int action)
public BatchNotification(com.mulesoft.mule.runtime.module.batch.api.BatchJobInstance jobInstance,
BatchStep step,
Exception e,
int action)
public com.mulesoft.mule.runtime.module.batch.api.BatchJobInstance getJobInstance()
public BatchStep getStep()
public Exception getException()
public Record getRecord()
public String getCorrelationId()
public String toString()
toString in class org.mule.runtime.api.notification.AbstractServerNotificationpublic String getEventName()
getEventName in class org.mule.runtime.api.notification.CustomNotificationCopyright © 2006–2022 MuleSoft, Inc.. All rights reserved.