wasmCloud / control-interface-client

API and rust interface library for interacting with the lattice control interface

Home Page:https://wasmcloud.dev/reference/lattice-protocols/control-interface/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Important

The control interface client has been moved to the wasmCloud monorepo, and this repository has been archived.

Crates.io Documentation Rustdocs

wasmCloud Control Interface Client

This library is a convenient API for interacting with the lattice control interface. This is a Rust crate that implements the lattice control protocol as described in the wasmCloud reference documentation. For a formal definition of the interface protocol, you can also look at the Smithy files in the interface repository.

The lattice control interface provides a way for clients to interact with the lattice to issue control commands and queries. This interface is a message broker protocol that supports functionality like starting and stopping actors and providers, declaring link definitions, monitoring lattice events, holding auctions to determine scheduling compatibility, and much more.

About

API and rust interface library for interacting with the lattice control interface

https://wasmcloud.dev/reference/lattice-protocols/control-interface/

License:Apache License 2.0


Languages

Language:Rust 100.0%