MCPcopy Create free account
hub / github.com/Migorithm/rustiful-backend / MessageMetadata

Class MessageMetadata

library/src/domain/mod.rs:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75pub struct MessageMetadata {
76 pub(crate) aggregate_id: String,
77 pub(crate) topic: String,
78}
79
80pub trait Aggregate: Send + Sync {
81 fn collect_events(&mut self) -> VecDeque<Box<dyn Message>> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected