Class AtLeastOnceDeliverySemantic.RedeliveryTick
Inherited Members
Namespace: Akka.Persistence
Assembly: Akka.Persistence.dll
Syntax
[Serializable]
public sealed class AtLeastOnceDeliverySemantic.RedeliveryTick : INotInfluenceReceiveTimeout, IDeadLetterSuppression
Properties
| Edit this page View SourceInstance
The singleton instance of the redelivery tick
Declaration
public static AtLeastOnceDeliverySemantic.RedeliveryTick Instance { get; }
Property Value
| Type | Description |
|---|---|
| AtLeastOnceDeliverySemantic.RedeliveryTick |
Methods
| Edit this page View SourceEquals(object)
Determines whether the specified object is equal to the current object.
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj | The object to compare with the current object. |
Returns
| Type | Description |
|---|---|
| bool | true if the specified object is equal to the current object; otherwise, false. |
Overrides
| Edit this page View SourceGetHashCode()
Serves as the default hash function.
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| int | A hash code for the current object. |
Edit this page