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

Method outbox

library/src/domain/mod.rs:31–34  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

29
30 fn metadata(&self) -> MessageMetadata;
31 fn outbox(&self) -> Outbox {
32 let metadata = self.metadata();
33 Outbox::new(metadata.aggregate_id, metadata.topic, self.state())
34 }
35 fn message_clone(&self) -> Box<dyn Message>;
36
37 fn state(&self) -> String;

Callers 1

_commit_hookMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected