Module event_driven_core::prelude
source · Re-exports
pub use crate::outbox::IOutBox;
pub use crate::outbox::OutBox;
pub use crate::repository::TRepository;
pub use crate::unit_of_work::Executor;
pub use crate::unit_of_work::UnitOfWork;
pub use crate::message::*;
pub use crate::messagebus::*;
pub use crate::responses::*;
Macros
Traits
- A data structure that can be deserialized from any data format supported by Serde.
- A data structure that can be serialized into any data format supported by Serde.