// -----------------------------------------------------------------------------------------------------------------------------------------
// Rust-Lang Libs/Eventure 2024
// -----------------------------------------------------------------------------------------------------------------------------------------
//! In-Memory message broken implementation.
//!
//! At the moment only synchronous mode is supported (for queues and topics).
pub use ChannelType;
pub use MessageChannel;
pub use MessageBrokerConfiguration;
pub use setup;
pub use register;
pub use unregister;
pub use emit;
pub use emit_to_channel;
pub use configuration;
pub use message_channel;