Interface FunctionRegistry.FunctionCallback

  • Enclosing interface:
    FunctionRegistry

    public static interface FunctionRegistry.FunctionCallback
    • Method Detail

      • succeeded

        void succeeded​(Object result)
        Called when function execution completes normally.
        Parameters:
        result - return value from function
      • failed

        void failed​(@NotNull
                    @NotNull String error)
        Called if there was error in function execution
        Parameters:
        error - error message from execution