eventbus-core 0.2.1

Object-safe event bus contract traits and types
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod ack_flusher;
mod auto_finalize;
mod backend;
mod bus;
mod delivery;
mod observer;
mod subscription;

pub use backend::{ClaimedMessage, FetchedEntry, StreamBackend};
pub use bus::{StreamBus, StreamBusOptions};
pub use observer::{ErrorObserver, ErrorScope};
pub use subscription::StreamSubscription;