Interface ExceptionHandlerInboundPool
- All Superinterfaces:
ExceptionHandler
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. sharable-filter processing exceptions.-
Method Summary
Modifier and TypeMethodDescriptionvoid
For use with inbound-thread-pool only, when the runtimeevaluates events as shared filters and not associated to any statements, the runtimepasses the exception to this method.Methods inherited from interface com.espertech.esper.common.client.hook.exception.ExceptionHandler
handle
-
Method Details
-
handleInboundPoolUnassociated
For use with inbound-thread-pool only, when the runtimeevaluates events as shared filters and not associated to any statements, the runtimepasses the exception to this method.- Parameters:
context
- the exception information
-