Interface Functions.GenericCallback

  • All Superinterfaces:
    Consumer<sailpoint.api.SailPointContext>, Functions.ConsumerWithError<sailpoint.api.SailPointContext>
    Enclosing class:
    Functions
    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 Functions.GenericCallback
    extends Functions.ConsumerWithError<sailpoint.api.SailPointContext>
    A generic callback implementation, essentially a runnable with an exception.

    This class also implements ConsumerWithError, making it easier to use via Beanshell.

    • Method Detail

      • run

        void run​(sailpoint.api.SailPointContext context)
          throws sailpoint.tools.GeneralException
        Throws:
        sailpoint.tools.GeneralException