Interface Resumable.ResumeAutomaton

All Superinterfaces:
Resumable, RunningAccessor
All Known Subinterfaces:
ConfigurableLifecycleComponent.ConfigurableLifecycleAutomaton<CTX>, LifecycleComponent.LifecycleAutomaton
All Known Implementing Classes:
ConfigurableLifecycleAutomatonImpl, LifecycleMachine, LifecycleMachine.ManualLifecycleMachine
Enclosing interface:
Resumable

public static interface Resumable.ResumeAutomaton extends Resumable, RunningAccessor
The Resumable.ResumeAutomaton interface defines those methods related to the resume life-cycle.
  • Method Details

    • isResumable

      boolean isResumable()
      Determines whether the component may get resumed.
      Returns:
      True if Resumable.resume() is possible.