-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Config
last()
Config
reload()
Instant
timestamp()
Returns timestamp of the last loaded configuration.
-
-
-
Method Detail
-
timestamp
Instant timestamp()
Returns timestamp of the last loaded configuration.- Returns:
- timestamp of the last loaded configuration.
- See Also:
Config.timestamp()
-
last
Config last()
Returns instance of Config node related to same Configkey
as originalnode
used 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()
-
reload
Config reload()
Requests reloading of whole configuration and returns new instance of Config node related to same Configkey
as originalnode
used to get Context from.- Returns:
- the new instance of Config node associated with same key as original node
- See Also:
Config.Builder
-
-