Interface InitializedHandle<H>

Type Parameters:
H - The type of the handle.
All Known Subinterfaces:
ComponentHandleComposite<H,REF>, ConfigurableHandle.ConfigureAutomatonHandle<H,CTX>, ConfigurableLifecycleComponentHandle.ConfigurableLifecycleAutomatonHandle<H,CTX>, InitializableHandle.InitializeAutomatonHandle<H>, LifecycleComponentHandle.LifecycleAutomatonHandle<H>

public interface InitializedHandle<H>
Provides access to the initialized handle reference.

The handle reference requires the InitializedAccessor interface to be implemented.