Class RecoveryCompleted
Sent to a PersistentActor when the journal replay has been finished.
Inherited Members
Namespace: Akka.Persistence
Assembly: Akka.Persistence.dll
Syntax
[Serializable]
public sealed class RecoveryCompleted
Fields
| Edit this page View SourceInstance
The singleton instance of RecoveryCompleted.
Declaration
public static readonly RecoveryCompleted Instance
Field Value
| Type | Description |
|---|---|
| RecoveryCompleted |
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