Interface AllocationCommand

    • Method Detail

      • name

        java.lang.String name()
        Get the name of the command
        Returns:
        name of the command
      • getMessage

        default java.util.Optional<java.lang.String> getMessage()
        Returns any feedback the command wants to provide for logging. This message should be appropriate to expose to the user after the command has been applied