Module mithril_aggregator::event_store
source · Expand description
Event Store module This module proposes tools to send messages between processes and how to persist them in a separate database.
Modules§
- database module. This module contains the entities definition tied with database representation with their associated queries.
Structs§
- Event persisted in the Event Store.
- Event that is sent from a thread to be persisted.
- EventMessage receiver service.
- The transmitter service is used to allow inter process channel communication. This service is used to create multiple transmitters.