Module 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
database module. This module contains the entities definition tied with database representation with their associated queries.

Structs§

Event
Event persisted in the Event Store.
EventMessage
Event that is sent from a thread to be persisted.
EventStore
EventMessage receiver service.
TransmitterService
The transmitter service is used to allow inter process channel communication. This service is used to create multiple transmitters.