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 runtimeevaluates events as shared filters
and not associated to any statements, the runtimepasses the exception to this method.
|
handle
void handleInboundPoolUnassociated(ExceptionHandlerContextUnassociated context)
context
- the exception informationCopyright © 2005–2018. All rights reserved.