Skip to main content

Module protocols

Module protocols 

Source
Expand description

Protocol implementations - <Role>Runtime bridges for concrete coordination protocols. Each lives in a sub-directory and self-registers via inventory::submit! per the standard component-authoring contract.

Re-exports§

pub use global_registry::GlobalRegistryClient;
pub use global_registry::GlobalRegistryServer;
pub use global_registry::GlobalRegistryServerConfig;
pub use global_registry::Handshake;
pub use global_registry::GLOBAL_REGISTRY_CLIENT_CREF;
pub use global_registry::GLOBAL_REGISTRY_DOMAIN;
pub use global_registry::GLOBAL_REGISTRY_SERVER_CREF;
pub use constant_view::ConstantView;
pub use constant_view::ConstantViewError;

Modules§

constant_view
ConstantView — peer-selector concrete with a fixed peer list.
global_registry
GlobalRegistry — federation membership protocol with two halves.