Interface ResumableHandle.ResumeAutomatonHandle<H>

Type Parameters:
H - The type of the handle.
All Superinterfaces:
ResumableHandle<H>, RunningHandle<H>
All Known Subinterfaces:
ComponentHandleComposite<H,REF>, ConfigurableLifecycleComponentHandle.ConfigurableLifecycleAutomatonHandle<H,CTX>, LifecycleComponentHandle.LifecycleAutomatonHandle<H>
Enclosing interface:
ResumableHandle<H>

public static interface ResumableHandle.ResumeAutomatonHandle<H> extends RunningHandle<H>, ResumableHandle<H>
The ResumableHandle.ResumeAutomatonHandle interface defines those methods related to the handle based resume life-cycle. The handle reference requires the Resumable.ResumeAutomaton interface to be implemented.