topology
Module: topology
Section titled “Module: topology”Contents
Section titled “Contents”Structs
StackTopology- Ordered, validated names of every component in a managed stack.
firma_process_orchestrator::topology::StackTopology
Section titled “firma_process_orchestrator::topology::StackTopology”Struct
Ordered, validated names of every component in a managed stack.
The topology is the canonical source for startup order and runtime-state filenames throughout the lifecycle.
Methods:
fn new<I, S>(names: I) -> Result<Self, OrchestratorError>- Validate and construct a topology from names in startup order.
Traits: Eq
Trait Implementations:
- PartialEq
fn eq(self: &Self, other: &StackTopology) -> bool
- Clone
fn clone(self: &Self) -> StackTopology
- Debug
fn fmt(self: &Self, f: & mut $crate::fmt::Formatter) -> $crate::fmt::Result