Package | Description |
---|---|
com.espertech.esper.common.client.dataflow.core |
Client API for data flows.
|
com.espertech.esper.common.internal.epl.dataflow.realize | |
com.espertech.esper.common.internal.epl.dataflow.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(AgentInstanceContext agentInstanceContext,
String dataFlowName,
String instanceId,
String operatorName,
int operatorNumber,
String operatorPrettyPrint,
EPDataFlowExceptionHandler optionalExceptionHandler) |
Constructor and Description |
---|
GraphSourceRunnable(AgentInstanceContext agentInstanceContext,
DataFlowSourceOperator graphSource,
String dataFlowName,
String instanceId,
String operatorName,
int operatorNumber,
String operatorPrettyPrint,
EPDataFlowExceptionHandler optionalExceptionHandler,
boolean audit) |
Copyright © 2005–2018. All rights reserved.