- All Known Implementing Classes:
- SecretBundleLazyConfigSource
public interface LazyConfigSource
A source that is not capable of loading all keys at once.
 Even though such a source can be used in Helidon Config, there are limitations to its use.
 The following methods may ignore data from a lazy source (may for cases when the node was not invoked directly):
 
- 
Method SummaryModifier and TypeMethodDescriptionProvide a value for the node on the requested key.
- 
Method Details- 
nodeProvide a value for the node on the requested key.- Parameters:
- key- config key to obtain
- Returns:
- value of the node if available in the source
 
 
-