Interface ConfigurableComponent<CTX>

Type Parameters:
CTX - the context used to initialize the implementing instance.
All Superinterfaces:
Component, Configurable<CTX>, Destroyable

public interface ConfigurableComponent<CTX> extends Component, Configurable<CTX>
A ConfigurableComponent can be configured invoking the method Configurable.initialize(Object).