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