pip_services3_commons.config.IReconfigurable module
pip_services3_commons.config.IReconfigurable
Interface for components that can be reconfigured when configuration changes
- copyright
Conceptual Vision Consulting LLC 2018-2019, see AUTHORS for more details.
- license
MIT, see LICENSE for more details.
-
class
pip_services3_commons.config.IReconfigurable.IReconfigurable Bases:
pip_services3_commons.config.IConfigurable.IConfigurableAn interface to set configuration parameters to an object. It is similar to
IConfigurableinterface, but emphasises the fact thatconfigure()method can be called more than once to change object configuration in runtime.