works.iterative.event.impl.InMemoryEventStore
See theInMemoryEventStore companion object
class InMemoryEventStore[Id, T <: Event[_]](data: Ref[Map[Id, List[T]]]) extends EventStore[Id, T]
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article