Re-exports§
pub use crate::outbox::IOutBox;pub use crate::outbox::OutBox;pub use crate::repository::REventManager;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§
Structs§
- Handler
Mapper - A hash map implemented with quadratic probing and SIMD lookup.
Traits§
- Deserialize
- A data structure that can be deserialized from any data format supported by Serde.
- Serialize
- A data structure that can be serialized into any data format supported by Serde.