Interface ConfigurableHandle.ConfigureAutomatonHandle<H,CTX>

Type Parameters:
H - The type of the handle.
CTX - the context used to initialize the referenced instance.
All Superinterfaces:
ConfigurableHandle<H,CTX>, InitializedHandle<H>
All Known Subinterfaces:
ConfigurableLifecycleComponentHandle.ConfigurableLifecycleAutomatonHandle<H,CTX>
Enclosing interface:
ConfigurableHandle<H,CTX>

public static interface ConfigurableHandle.ConfigureAutomatonHandle<H,CTX> extends ConfigurableHandle<H,CTX>, InitializedHandle<H>
The ConfigurableHandle.ConfigureAutomatonHandle interface defines those methods related to the handle based initialize/configure life-cycle. The handle reference requires the Configurable.ConfigureAutomaton interface to be implemented.