RevTurbineConfigProvider
Provider abstraction for RevTurbineConfig access inside the SDK.
Local mode typically uses a static provider backed by localRuntime.playbook (or its deprecated exportedConfig alias).
Other modes can provide custom or REST-backed resolvers via refresh().
Methods
Section titled “Methods”getExportedConfig()
Section titled “getExportedConfig()”getExportedConfig():
ConfigArtifact|undefined
Return the latest available Playbook or deprecated RevTurbineConfig snapshot.
Returns
Section titled “Returns”ConfigArtifact | undefined
refresh()?
Section titled “refresh()?”
optionalrefresh():Promise<ConfigArtifact|undefined>
Optionally refresh the snapshot (for example, from a REST API).
Returns
Section titled “Returns”Promise<ConfigArtifact | undefined>