Interfaces · @purista/core
ConfigStore
Interface definition for config store adapters
Signature
interface ConfigStore Properties
4 entries
getConfig
Property
getConfig: ConfigGetterFunction get a config value
name
Property
name: string name of store
removeConfig
Property
removeConfig: ConfigDeleteFunction delete a config value
setConfig
Property
setConfig: ConfigSetterFunction set a config value
Methods
1 entry
destroy
Method
destroy(): Promise<void> disconnects and shuts down the config store