Agreement preconditions applicable to the domain.
Data invariant constraints applicable to the domain.
Initialises the extensions against the given clone state. This method could be used to read significant state into memory for the efficient implementation of an extension's function.
Called to inform the extensions of an update to the state, after it has been applied. If available, this procedure will be called for every state after that passed to initialise.
A transport security interceptor. If the initial transport security is not compatible with the rest of the domain, this clone may not be able to join until the app is updated.
Generated using TypeDoc. Delivered by Vercel. @m-ld/m-ld - v0.8.2 Source code licensed MIT. Privacy policy
Extensions applied to a m-ld clone.
In general, extensions should be dynamically selected and loaded based on the clone's (meta)data content – this allows a domain to evolve without necessitating the redeployment of app code.