Interface ExceptionHandlerInboundPool

All Superinterfaces:
ExceptionHandler

public interface ExceptionHandlerInboundPool extends 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 Type
    Method
    Description
    void
    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

      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.
      Parameters:
      context - the exception information