Class SnapshotStoreHealthCheckResponse
Health check response from the SnapshotStore.
Inheritance
SnapshotStoreHealthCheckResponse
Assembly: Akka.Persistence.dll
Syntax
public sealed class SnapshotStoreHealthCheckResponse : ISnapshotResponse, ISnapshotMessage, IPersistenceMessage, INoSerializationVerificationNeeded
Constructors
|
Edit this page
View Source
SnapshotStoreHealthCheckResponse(PersistenceHealthCheckResult)
Declaration
public SnapshotStoreHealthCheckResponse(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