Interface CrudOperations.AddCallback

  • Enclosing class:
    CrudOperations
    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 CrudOperations.AddCallback
    Callback used in add methods
    • Method Detail

      • execute

        void execute​(@Nullable
                     String name,
                     ResourceAddress address)
        Called after the resource has been added.
        Parameters:
        name - the name of the resource
        address - the resource address of the newly added resource