Interface StageStatus

All Known Implementing Classes:
StageStatus.Disabled, StageStatus.Faulted, StageStatus.Good

public sealed interface StageStatus permits StageStatus.Good, StageStatus.Disabled, StageStatus.Faulted
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    Stage has been disabled.
    static final record 
    Exception was encountered during creation or startup of Stage.
    static final class 
    Stage has successfully been created and is awaiting events.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final StageStatus
     
    static final StageStatus