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.IConfigurable

An interface to set configuration parameters to an object. It is similar to IConfigurable interface, but emphasises the fact that configure() method can be called more than once to change object configuration in runtime.