See: Description
| Interface | Description |
|---|---|
| IConfigurationStore |
To save or load configuration, use this interface.
|
| IJsonSerializer |
When transforming a SettingsMap into a Json document, it is handy to rely
on a third party serializer to deal with unsupported objects such as
Files, zookeeper TreeCache etc..
|
| ISettingsList |
A list of configuration items.
|
| ISettingsMap |
SettingsMap are just maps, with an extra facility for loading Json configuration files,
in a way to report useful errors should a item be missing.
|
| Class | Description |
|---|---|
| SettingsListBuilder |
Use this class to create new
ISettingsList. |
| SettingsMapBuilder |
Use this class to create new SettingsMap.
|
| TimeValue |
With courtesy of elasticsearch.
|
Copyright © 2014–2023. All rights reserved.