| Class | Description |
|---|---|
| DirectoryConfigStore |
A configuration store loading a set of files from a directory.
|
| DirectoryConfigStoreFactory |
The factory to create
DirectoryConfigStore. |
| EnvVariablesConfigStore |
An implementation of configuration store loading the content from the environment variables.
|
| EventBusConfigStore |
An implementation of configuration store that receive the configuration from the event bus.
|
| EventBusConfigStoreFactory |
The factory to create
EventBusConfigStore. |
| FileConfigStore |
A configuration store loading a file.
|
| FileConfigtoreFactory |
The factory creating Json File configuration stores.
|
| HttpConfigStore |
A configuration store retrieving the configuration from a HTTP location
|
| HttpConfigStoreFactory |
The factory creating Json File configuration stores.
|
| JsonConfigStore |
An implementation of configuration store just retrieving the passed json object.
|
| JsonConfigStoreFactory |
The factory creating Json object configuration stores.
|
| JsonProcessor |
Builds a json object from the given buffer.
|
| PropertiesConfigProcessor |
Transforms properties to json.
|
| RawProcessor | |
| SystemPropertiesConfigStore |
An implementation of configuration store loading the content from the system properties.
|
Copyright © 2020. All rights reserved.