Expand description
Topology — common materialization surface for every pattern.
Each *Pattern::build() produces a value implementing this trait.
Calling Topology::materialize spawns the pattern’s actors under a
single named root in the user-guardian (/user/<name>) so the
dashboard’s topology view renders the pattern as a cohesive subtree.
Traits§
- Topology
- Inspectable, materializable description of a pattern’s actor + stream
topology. Implementors hand back strongly-typed
Handlesafter materialization — you get acrate::Repository, acrate::cqrs::ProjectionHandle, etc., depending on the pattern.