Interface ConfiguredComponent
@NoImplement
public interface ConfiguredComponent
Represents a component which might be associated to a
ConfigurationInstance- Since:
- 1.0
-
Method Summary
-
Method Details
-
getConfigurationInstance
Optional<ConfigurationInstance> getConfigurationInstance()- Returns:
- The
ConfigurationInstancewhich may optionally be associated tothiscomponent
-