Package de.otto.synapse.state
-
Interface Summary Interface Description StateRepository<V> AStateRepositoryis used to store the aggregated state of event-sourced entities. -
Class Summary Class Description ChronicleMapBytesMarshaller<V> ChronicleMapStateRepository<V> AStateRepositorythat is using aChronicleMapto store the event-sourced entities off the heap.ChronicleMapStateRepository.Builder<V> ConcurrentMapStateRepository<V> DelegatingStateRepository<V>