Package | Description |
---|---|
com.espertech.esper.client.hook |
Callback interfaces for use with statement annotations.
|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
Modifier and Type | Interface and Description |
---|---|
interface |
ExceptionHandlerInboundPool
Extends the
ExceptionHandler with a method to, for the inbound-pool threading configuration,
handle exceptions that are not associated to a specific statement i.e. |
Modifier and Type | Method and Description |
---|---|
ExceptionHandler |
ExceptionHandlerFactory.getHandler(ExceptionHandlerFactoryContext context)
Returns an exception handler instances, or null if the factory decided not to contribute an exception handler.
|
Constructor and Description |
---|
ExceptionHandlingService(String engineURI,
List<ExceptionHandler> exceptionHandlers,
List<ConditionHandler> conditionHandlers) |