Package de.otto.synapse.state
package de.otto.synapse.state
-
ClassDescriptionA
StateRepositorythat is using aChronicleMapto store the event-sourced entities off the heap.High performance in-memory StateRepository implemented using a ConcurrentMap.A StateRepository with extra functionality for secondary indexes, queries, sorting and paging of results.AStateRepositoryis used to store the aggregated state of event-sourced entities.