Interface EPDataFlowExceptionHandler


public interface EPDataFlowExceptionHandler
Handler for exceptions thrown by data flow operators.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Handle exception.
  • Method Details

    • handle

      void handle(EPDataFlowExceptionContext context)
      Handle exception.
      Parameters:
      context - provides all exception information