Class AtLeastOnceDeliverySemantic.Delivery
Inheritance
AtLeastOnceDeliverySemantic.Delivery
Assembly: Akka.Persistence.dll
Syntax
[Serializable]
public sealed class Delivery : IEquatable<AtLeastOnceDeliverySemantic.Delivery>
Constructors
|
Improve this Doc
View Source
Delivery(ActorPath, Object, DateTime, Int32)
Declaration
public Delivery(ActorPath destination, object message, DateTime timestamp, int attempt)
Parameters
Properties
|
Improve this Doc
View Source
Attempt
Declaration
public int Attempt { get; }
Property Value
|
Improve this Doc
View Source
Destination
Declaration
public ActorPath Destination { get; }
Property Value
|
Improve this Doc
View Source
Message
Declaration
public object Message { get; }
Property Value
|
Improve this Doc
View Source
Timestamp
Declaration
public DateTime Timestamp { get; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(AtLeastOnceDeliverySemantic.Delivery)
Declaration
public bool Equals(AtLeastOnceDeliverySemantic.Delivery 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
IncrementedCopy()
Declaration
public AtLeastOnceDeliverySemantic.Delivery IncrementedCopy()
Returns
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods