Closed fsat closed 8 years ago
Introduce helpers for Akka Distributed Data
ReplicatingActor
ORMapState
ORMultiMapState
ORSetState
ORMap
ORMultiMap
ORSet
Also:
Akka Contrib Extra: CRDT Utils
Introduce helpers for Akka Distributed Data
ReplicatingActor
to provide stackable base behaviour to handle replicated state.ORMapState
,ORMultiMapState
, andORSetState
to help manage changes withinORMap
,ORMultiMap
, andORSet
respectively.Also: