Module inmemory

Module inmemory 

Source
Expand description

Contains supporting entities using an in-memory backend.

Structsยง

ConflictError
Error returned by the EventStore::append when a conflict has been detected.
EventStore
An in-memory EventStore implementation, backed by an HashMap.
EventStoreBuilder
Builder for EventStore instances.
Projector
A Projector manages the state of a single Projection by opening a long-running stream of all events coming from the EventStore.
SubscriberError
Error returned by the EventSubscriber when reading elements from the EventStream produced by subscribe_all.