Class CheckJournalHealth
Invokes a health check on the journal plugin.
Inherited Members
Namespace: Akka.Persistence
Assembly: Akka.Persistence.dll
Syntax
public sealed class CheckJournalHealth : IJournalRequest, IJournalMessage, IPersistenceMessage, INoSerializationVerificationNeeded
Constructors
| Edit this page View SourceCheckJournalHealth(CancellationToken)
Declaration
public CheckJournalHealth(CancellationToken cancellationToken)
Parameters
| Type | Name | Description |
|---|---|---|
| CancellationToken | cancellationToken |
Properties
| Edit this page View SourceCancellationToken
Declaration
public CancellationToken CancellationToken { get; }
Property Value
| Type | Description |
|---|---|
| CancellationToken |
Methods
| Edit this page View SourceToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string that represents the current object. |
Edit this page