Modules

Structs

One of a potential list of responses to an actor auction

A request to locate suitable hosts for a given actor

A summary description of an actor within a host inventory

Lattice control interface client

Standard response for control interface operations

A response containing the full list of known claims within the lattice

A summary representation of a host

Describes the known contents of a given host at the time of a query

LatticeControllerSender sends messages to a LatticeController service Lattice Controller - Describes the interface used for actors to communicate with a lattice controller, enabling developers to deploy actors that can manipulate the lattice in which they’re running. client for sending LatticeController messages

Link definition for binding actor to provider

A list of link definitions

One of a potential list of responses to a provider auction

A request to locate a suitable host for a capability provider. The provider’s unique identity (reference + link name) is used to rule out sites on which the provider is already running.

A summary description of a capability provider within a host inventory

A request to remove a link definition and detach the relevant actor from the given provider

A command sent to a specific host instructing it to start the actor indicated by the reference.

A command sent to a host requesting a capability provider be started with the given link name and optional configuration.

A command sent to a host to request that instances of a given actor be terminated on that host

A command sent to request that the given host purge and stop

A request to stop the given provider on the indicated host

A command instructing a specific host to perform a live update on the indicated actor by supplying a new image reference. Note that live updates are only possible through image references

Constants

Traits

Lattice Controller - Describes the interface used for actors to communicate with a lattice controller, enabling developers to deploy actors that can manipulate the lattice in which they’re running. wasmbus.contractId: wasmcloud:latticecontrol wasmbus.providerReceive

Functions

The standard function for de-serializing codec structs from a format suitable for message exchange between actor and host. Use of any other function to deserialize could result in breaking incompatibilities.

The standard function for serializing codec structs into a format that can be used for message exchange between actor and host. Use of any other function to serialize could result in breaking incompatibilities.

Type Definitions