Class JournalHealthCheckResponse
Health check response from the journal.
Inheritance
JournalHealthCheckResponse
Assembly: Akka.Persistence.dll
Syntax
public sealed class JournalHealthCheckResponse : IJournalResponse, IJournalMessage, IPersistenceMessage, INoSerializationVerificationNeeded
Constructors
|
Edit this page
View Source
JournalHealthCheckResponse(PersistenceHealthCheckResult)
Declaration
public JournalHealthCheckResponse(PersistenceHealthCheckResult result)
Parameters
Properties
|
Edit this page
View Source
Result
Declaration
public PersistenceHealthCheckResult Result { get; }
Property Value
Methods
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods