Class JournalHealthCheckResponse
Health check response from the journal.
Inherited Members
Namespace: Akka.Persistence
Assembly: Akka.Persistence.dll
Syntax
public sealed class JournalHealthCheckResponse : IJournalResponse, IJournalMessage, IPersistenceMessage, INoSerializationVerificationNeeded
Constructors
| Edit this page View SourceJournalHealthCheckResponse(PersistenceHealthCheckResult)
Declaration
public JournalHealthCheckResponse(PersistenceHealthCheckResult result)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistenceHealthCheckResult | result |
Properties
| Edit this page View SourceResult
Declaration
public PersistenceHealthCheckResult Result { get; }
Property Value
| Type | Description |
|---|---|
| PersistenceHealthCheckResult |
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