Creates a new instance of the config reader.
Adds a listener that will be notified when configuration is changed
a listener to be added.
Configures component by passing configuration parameters.
configuration parameters to be set.
Parameterized configuration template given as string with dynamic parameters.
The method uses Handlebars template engine.
a string with configuration template to be parameterized
dynamic parameters to inject into the template
a parameterized configuration string.
Reads configuration and parameterize it with given values.
(optional) transaction id to trace execution through call chain.
values to parameters the configuration or null to skip parameterization.
callback function that receives configuration or error.
Remove a previously added change listener.
a listener to be removed.
Generated using TypeDoc
Abstract config reader that supports configuration parameterization.
Configuration parameters
parameters: this entire section is used as template parameters
@see IConfigReader