Interface StageClosingResult

All Superinterfaces:
DebugDumpable

public interface StageClosingResult extends DebugDumpable
  • Method Details

    • shouldCaseProcessingContinue

      boolean shouldCaseProcessingContinue()
    • getStageOutcomeUri

      @NotNull @NotNull String getStageOutcomeUri()
    • getAutomatedStageCompletionReason

      @Nullable @Nullable AutomatedCompletionReasonType getAutomatedStageCompletionReason()
    • debugDump

      default String debugDump(int indent)
      Specified by:
      debugDump in interface DebugDumpable