Expand description

Event Store module This module proposes tools to send messages between processes and how to persist them in a separate database.

Structs§

  • Event persisted in the Event Store.
  • Event that is sent from a thread to be persisted.
  • The EventPersister is the adapter to persist EventMessage turning them into Event.
  • EventMessage receiver service.
  • The transmitter service is used to allow inter process channel communication. This service is used to create multiple transmitters.