Sourcing::Plugin::EventStore::Memory

In-memory implementation of the EventStore interface. Suitable for testing and development.

Overview

This class implements Sourcing::Plugin::EventStore using in-memory storage. Events are stored in an array and emitted through a Supply. It also includes state caching methods for complete plugin functionality.

Notes

See Also