RequiresCausalDeliveryOfDeltas
org.apache.pekko.cluster.ddata.RequiresCausalDeliveryOfDeltas
trait 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 T is different from the delta type D it is the delta D that should be marked with this.
Attributes
- Source
- ReplicatedData.scala
- Graph
-
- Supertypes
- Known subtypes
Members list
In this article