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(java.lang.String engineURI,
java.lang.String statementName,
boolean audit,
java.lang.String dataFlowName,
java.lang.String operatorName,
int operatorNumber,
java.lang.String operatorPrettyPrint,
EPDataFlowExceptionHandler optionalExceptionHandler) |
Constructor and Description |
---|
GraphSourceRunnable(java.lang.String engineURI,
java.lang.String statementName,
DataFlowSourceOperator graphSource,
java.lang.String dataFlowName,
java.lang.String operatorName,
int operatorNumber,
java.lang.String operatorPrettyPrint,
EPDataFlowExceptionHandler optionalExceptionHandler,
boolean audit) |