Interface IJobErrorHandler

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface IJobErrorHandler
The error handler for exception in job.
  • Method Summary

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

    • handleError

      void handleError(Throwable exception)
      Handle the exception.
      Parameters:
      exception - the exception to be handled