Class Delta
Assembly: Akka.DistributedData.dll
Syntax
public sealed class Delta : IEquatable<Delta>
Constructors
|
Edit this page
View Source
Delta(DataEnvelope, long, long)
Declaration
public Delta(DataEnvelope dataEnvelope, long fromSeqNr, long toSeqNr)
Parameters
Properties
|
Edit this page
View Source
DataEnvelope
Declaration
public DataEnvelope DataEnvelope { get; }
Property Value
|
Edit this page
View Source
FromSeqNr
Declaration
public long FromSeqNr { get; }
Property Value
|
Edit this page
View Source
RequiresCausalDeliveryOfDeltas
Declaration
public bool RequiresCausalDeliveryOfDeltas { get; }
Property Value
|
Edit this page
View Source
ToSeqNr
Declaration
public long ToSeqNr { get; }
Property Value
Methods
|
Edit this page
View Source
Equals(Delta)
Declaration
public bool Equals(Delta other)
Parameters
Type |
Name |
Description |
Delta |
other |
|
Returns
|
Edit this page
View Source
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Implements
Extension Methods