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

Class Boostrap

library/src/bootstrap.rs:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19use crate::{services::messagebus::MessageBus, utils::ApplicationError};
20
21pub struct Boostrap;
22impl Boostrap {
23 pub async fn message_bus() -> std::sync::Arc<MessageBus> {
24 MessageBus::new(command_handler().await, event_handler().await)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected