Interface SailPointWorker.ExceptionHandler

  • Enclosing class:
    SailPointWorker
    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 static interface SailPointWorker.ExceptionHandler
    An interface used as an error callback, specifically for use via the SailPointWorkerExecutor but potentially usable by testing code as well.