Uses of Interface
com.espertech.esper.common.client.dataflow.core.EPDataFlowExceptionHandler
Package
Description
Client API for data flows.
-
Uses of EPDataFlowExceptionHandler in com.espertech.esper.common.client.dataflow.core
Modifier and TypeMethodDescriptionEPDataFlowInstantiationOptions.getExceptionHandler()
Returns the exception handler.Modifier and TypeMethodDescriptionEPDataFlowInstantiationOptions.exceptionHandler
(EPDataFlowExceptionHandler exceptionHandler) Sets the exception handler.void
EPDataFlowInstantiationOptions.setExceptionHandler
(EPDataFlowExceptionHandler exceptionHandler) Sets the exception handler. -
Uses of EPDataFlowExceptionHandler in com.espertech.esper.common.internal.epl.dataflow.realize
Modifier and TypeMethodDescriptionEPDataFlowEmitterExceptionHandler.getOptionalExceptionHandler()
ModifierConstructorDescriptionEPDataFlowEmitterExceptionHandler
(AgentInstanceContext agentInstanceContext, String dataFlowName, String instanceId, String operatorName, int operatorNumber, String operatorPrettyPrint, EPDataFlowExceptionHandler optionalExceptionHandler) -
Uses of EPDataFlowExceptionHandler in com.espertech.esper.common.internal.epl.dataflow.runnables
ModifierConstructorDescriptionGraphSourceRunnable
(AgentInstanceContext agentInstanceContext, DataFlowSourceOperator graphSource, String dataFlowName, String instanceId, String operatorName, int operatorNumber, String operatorPrettyPrint, EPDataFlowExceptionHandler optionalExceptionHandler, boolean audit)