Interface CommandAspectFacade


  • @Contract
    public interface CommandAspectFacade
    This is an extensible facade class to support options which can be passed from the client to server and uses the CommandAspects
    Author:
    Bhakti Mehta
    • Method Detail

      • done

        void done​(AdminCommand command,
                  Job instance)
        Execute when command is finished successfully or not.