Package akka.cluster.ddata
Interface RequiresCausalDeliveryOfDeltas
-
- All Superinterfaces:
ReplicatedData,ReplicatedDelta
- All Known Subinterfaces:
ORMap.DeltaOp,ORSet.DeltaOp
public interface RequiresCausalDeliveryOfDeltas extends ReplicatedDelta
Marker that specifies that the deltas must be applied in causal order. There is some overhead of managing the causal delivery so it should only be used for types that need it.Note that if the full state type
Tis different from the delta typeDit is the deltaDthat should be marked with this.
-
-
Method Summary
-
Methods inherited from interface akka.cluster.ddata.ReplicatedData
merge
-
Methods inherited from interface akka.cluster.ddata.ReplicatedDelta
zero
-
-