Interface MaintenanceAction<T>

    • Method Detail

      • execute

        T execute()
        Executes operations of current maintenance action.
        Returns:
        Result of the maintenance action.
      • name

        @NotNull
        @NotNull String name()
        Returns:
        Mandatory human-readable name of maintenance action. All actions of single MaintenanceWorkflowCallback should have unique names.
      • description

        @Nullable
        @Nullable String description()
        Returns:
        Optional user-readable description of maintenance action.