Class RecoveryTick
Message used to detect that recovery timed out.
Inherited Members
Namespace: Akka.Persistence
Assembly: Akka.Persistence.dll
Syntax
public sealed class RecoveryTick
Constructors
| Edit this page View SourceRecoveryTick(bool)
Declaration
public RecoveryTick(bool snapshot)
Parameters
Type | Name | Description |
---|---|---|
bool | snapshot |
Properties
| Edit this page View SourceSnapshot
Declaration
public bool Snapshot { get; }
Property Value
Type | Description |
---|---|
bool |