public interface ExceptionHandlerInboundPool extends ExceptionHandler
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.Modifier and Type | Method and Description |
---|---|
void |
handleInboundPoolUnassociated(ExceptionHandlerContextUnassociated context)
For use with inbound-thread-pool only, when the engine evaluates events as shared filters
and not associated to any statements, the engine passes the exception to this method.
|
handle
void handleInboundPoolUnassociated(ExceptionHandlerContextUnassociated context)
context
- the exception information