package declarative
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait DeclarativeApi[Cfg, Prep] extends DeclarativeApiHandle[Cfg] with NamedLogging
Base classes to synchronize a state in a file with the state managed through the admin api
Base classes to synchronize a state in a file with the state managed through the admin api
The admin api for Canton is imperative, which allows us to manage large states, but it makes simple deployments more complex. In such cases, the declarative API allows to define the desired state in a config file, with a process that will in the background attempt to change the node state accordingly.
- trait DeclarativeApiHandle[Cfg] extends AnyRef
- trait DeclarativeApiManager[NodeConfig <: LocalNodeConfig] extends AnyRef
Factory to create new background processes to sync the node config state
- class DeclarativeParticipantApi extends DeclarativeApi[DeclarativeParticipantConfig, ParticipantId]
Value Members
- object DeclarativeApi
- object DeclarativeApiHandle
- object DeclarativeApiManager