Class AtLeastOnceDeliverySnapshot
Inheritance
AtLeastOnceDeliverySnapshot
Assembly: Akka.Persistence.dll
Syntax
public sealed class AtLeastOnceDeliverySnapshot : IMessage, IEquatable<AtLeastOnceDeliverySnapshot>
Constructors
|
Improve this Doc
View Source
AtLeastOnceDeliverySnapshot(Int64, UnconfirmedDelivery[])
Declaration
public AtLeastOnceDeliverySnapshot(long currentDeliveryId, UnconfirmedDelivery[] unconfirmedDeliveries)
Parameters
Exceptions
Type |
Condition |
ArgumentNullException |
This exception is thrown when the specified unconfirmedDeliveries array is undefined.
|
Properties
|
Improve this Doc
View Source
CurrentDeliveryId
Declaration
public long CurrentDeliveryId { get; }
Property Value
|
Improve this Doc
View Source
UnconfirmedDeliveries
Declaration
public UnconfirmedDelivery[] UnconfirmedDeliveries { get; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(AtLeastOnceDeliverySnapshot)
Declaration
public bool Equals(AtLeastOnceDeliverySnapshot other)
Parameters
Returns
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods