Class ExceptionHandlingService
java.lang.Object
com.espertech.esper.common.internal.settings.ExceptionHandlingService
-
Constructor Summary
ConstructorDescriptionExceptionHandlingService
(String runtimeURI, List<ExceptionHandler> exceptionHandlers, List<ConditionHandler> conditionHandlers) -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleCondition
(BaseCondition condition, StatementContext statement) void
handleCondition
(BaseCondition condition, ExprEvaluatorContext exprEvaluatorContext) void
handleCondition
(BaseCondition condition, String deplomentId, String statementName, String optionalEPL) void
handleException
(RuntimeException ex, EPStatementAgentInstanceHandle handle, ExceptionHandlerExceptionType type, EventBean optionalCurrentEvent) void
handleException
(Throwable t, String deploymentId, String statementName, String optionalEPL, ExceptionHandlerExceptionType type, EventBean optionalCurrentEvent) void
handleInboundPoolException
(String runtimeURI, Throwable exception, Object event)
-
Constructor Details
-
ExceptionHandlingService
public ExceptionHandlingService(String runtimeURI, List<ExceptionHandler> exceptionHandlers, List<ConditionHandler> conditionHandlers)
-
-
Method Details
-
handleCondition
-
handleCondition
-
handleCondition
public void handleCondition(BaseCondition condition, String deplomentId, String statementName, String optionalEPL) -
handleException
public void handleException(RuntimeException ex, EPStatementAgentInstanceHandle handle, ExceptionHandlerExceptionType type, EventBean optionalCurrentEvent) -
getRuntimeURI
-
handleException
-
handleInboundPoolException
-