Interface IReplicatedDelta
The delta must implement this type.
Inherited Members
Namespace: Akka.DistributedData
Assembly: Akka.DistributedData.dll
Syntax
public interface IReplicatedDelta : IReplicatedData
Properties
| Improve this Doc View SourceZero
The empty full state. This is used when a delta is received and no existing full state exists on the receiving side. Then the delta is merged into the Zero to create the initial full state.
Declaration
IDeltaReplicatedData Zero { get; }
Property Value
Type | Description |
---|---|
IDeltaReplicatedData |