Package | Description |
---|---|
com.espertech.esper.client.dataflow |
Client API for data flows.
|
com.espertech.esper.dataflow.core |
Data flow core classes.
|
com.espertech.esper.dataflow.runnables |
Data flow runnables.
|
Modifier and Type | Method and Description |
---|---|
EPDataFlowExceptionHandler |
EPDataFlowInstantiationOptions.getExceptionHandler()
Returns the exception handler.
|
Modifier and Type | Method and Description |
---|---|
EPDataFlowInstantiationOptions |
EPDataFlowInstantiationOptions.exceptionHandler(EPDataFlowExceptionHandler exceptionHandler)
Sets the exception handler.
|
void |
EPDataFlowInstantiationOptions.setExceptionHandler(EPDataFlowExceptionHandler exceptionHandler)
Sets the exception handler.
|
Modifier and Type | Method and Description |
---|---|
EPDataFlowExceptionHandler |
EPDataFlowEmitterExceptionHandler.getOptionalExceptionHandler() |
Constructor and Description |
---|
EPDataFlowEmitterExceptionHandler(String engineURI,
String statementName,
boolean audit,
String dataFlowName,
String operatorName,
int operatorNumber,
String operatorPrettyPrint,
EPDataFlowExceptionHandler optionalExceptionHandler) |
Constructor and Description |
---|
GraphSourceRunnable(String engineURI,
String statementName,
DataFlowSourceOperator graphSource,
String dataFlowName,
String operatorName,
int operatorNumber,
String operatorPrettyPrint,
EPDataFlowExceptionHandler optionalExceptionHandler,
boolean audit) |