Class FailedStageRestartEvent

All Implemented Interfaces:
PlanEvent, PlanResultEvent, Serializable

@AsynchronousPreferred public class FailedStageRestartEvent extends ChainResultEvent
Event that gets triggered before a failed stage is restarted
See Also:
  • Constructor Details

    • FailedStageRestartEvent

      public FailedStageRestartEvent(Object source, @NotNull @NotNull ChainExecution chainExecution, @NotNull @NotNull StageExecution stageExecution)
  • Method Details