Uses of Interface
com.espertech.esper.common.client.dataflow.core.EPDataFlowExceptionHandler
Packages that use EPDataFlowExceptionHandler
Package
Description
Client API for data flows.
-
Uses of EPDataFlowExceptionHandler in com.espertech.esper.common.client.dataflow.core
Methods in com.espertech.esper.common.client.dataflow.core that return EPDataFlowExceptionHandlerModifier and TypeMethodDescriptionEPDataFlowInstantiationOptions.getExceptionHandler()
Returns the exception handler.Methods in com.espertech.esper.common.client.dataflow.core with parameters of type EPDataFlowExceptionHandlerModifier 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
Methods in com.espertech.esper.common.internal.epl.dataflow.realize that return EPDataFlowExceptionHandlerModifier and TypeMethodDescriptionEPDataFlowEmitterExceptionHandler.getOptionalExceptionHandler()
Constructors in com.espertech.esper.common.internal.epl.dataflow.realize with parameters of type EPDataFlowExceptionHandlerModifierConstructorDescriptionEPDataFlowEmitterExceptionHandler
(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
Constructors in com.espertech.esper.common.internal.epl.dataflow.runnables with parameters of type EPDataFlowExceptionHandlerModifierConstructorDescriptionGraphSourceRunnable
(AgentInstanceContext agentInstanceContext, DataFlowSourceOperator graphSource, String dataFlowName, String instanceId, String operatorName, int operatorNumber, String operatorPrettyPrint, EPDataFlowExceptionHandler optionalExceptionHandler, boolean audit)