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 Summary

    Modifier and Type
    Method
    Description
    void
    done(AdminCommand command, Job instance)
    Execute when command is finished successfully or not.
  • Method Details

    • done

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