Module wasmcloud_core::link
source · Expand description
Core reusable types related to links on wasmCloud lattices
Structs§
- A link definition between a source and target component (actor or provider) on a given interface. An
InterfaceLinkDefinition
connects one component’s import to another component’s export, specifying the configuration each component needs in order to execute the request, and represents an operator’s intent to allow the source to invoke the target. - Link definition for binding actor to provider
Type Aliases§
- Name of a link on the wasmCloud lattice
- Settings associated with an actor-provider link