Interface RunningHandle<H>

Type Parameters:
H - The type of the handle.
All Known Subinterfaces:
ComponentHandleComposite<H,REF>, ConfigurableLifecycleComponentHandle.ConfigurableLifecycleAutomatonHandle<H,CTX>, LifecycleComponentHandle.LifecycleAutomatonHandle<H>, ResumableHandle.ResumeAutomatonHandle<H>, StartableHandle.StartAutomatonHandle<H>

public interface RunningHandle<H>
Provides access to the running handle reference.

The handle reference requires the RunningAccessor interface to be implemented.