Class AtLeastOnceDeliverySemantic.RedeliveryTick
Inheritance
AtLeastOnceDeliverySemantic.RedeliveryTick
Assembly: Akka.Persistence.dll
Syntax
[Serializable]
public sealed class RedeliveryTick : INotInfluenceReceiveTimeout, IDeadLetterSuppression
Properties
|
Improve this Doc
View Source
Instance
The singleton instance of the redelivery tick
Declaration
public static AtLeastOnceDeliverySemantic.RedeliveryTick Instance { get; }
Property Value
Methods
|
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
Implements
Extension Methods