Expand description
Contains supporting entities using an in-memory backend.
Structsยง
- Conflict
Error - Error returned by the
EventStore::appendwhen a conflict has been detected. - Event
Store - An in-memory
EventStoreimplementation, backed by anHashMap. - Event
Store Builder - Builder for
EventStoreinstances. - Projector
- A
Projectormanages the state of a singleProjectionby opening a long-running stream of all events coming from theEventStore. - Subscriber
Error - Error returned by the
EventSubscriberwhen reading elements from theEventStreamproduced bysubscribe_all.