Interfaces · @purista/core
ConfigStore
Interface definition for config store adapters
Signature
interface ConfigStoreProperties
4 entries
getConfig
Property
getConfig: ConfigGetterFunctionget a config value
name
Property
name: stringname of store
removeConfig
Property
removeConfig: ConfigDeleteFunctiondelete a config value
setConfig
Property
setConfig: ConfigSetterFunctionset a config value
Methods
1 entry
destroy
Method
destroy(): Promise<void>disconnects and shuts down the config store