- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Configlast()Configreload()Instanttimestamp()Returns timestamp of the last loaded configuration.
 
- 
- 
- 
Method Detail- 
timestampInstant timestamp() Returns timestamp of the last loaded configuration.- Returns:
- timestamp of the last loaded configuration.
- See Also:
- Config.timestamp()
 
 - 
lastConfig last() Returns instance of Config node related to same Configkeyas originalnodeused to get Context from.This method uses the last known value of the node, as provided through change support. - Returns:
- the last instance of Config node associated with same key as original node
- See Also:
- Config.context()
 
 - 
reloadConfig reload() Requests reloading of whole configuration and returns new instance of Config node related to same Configkeyas originalnodeused to get Context from.- Returns:
- the new instance of Config node associated with same key as original node
- See Also:
- Config.Builder
 
 
- 
 
-