com.rbmhtechnology.eventuate.crdt.pure
A generic, replicated CRDT service that manages a map of CRDTs identified by name. Replication is based on the replicated event log that preserves causal ordering of events.
log
CRDT type
CRDT value type
Event log.
CRDT service operations.
CRDT service id.
This service's actor system.
Saves a snapshot of the CRDT identified by id.
id
Starts the CRDT service.
Stops the CRDT service.
Returns the current value of the CRDT identified by id.
A generic, replicated CRDT service that manages a map of CRDTs identified by name. Replication is based on the replicated event
log
that preserves causal ordering of events.CRDT type
CRDT value type