Enum PersistenceHealthStatus
Used by SnapshotStore and Journal to indicate the health status of the underlying storage.
Namespace: Akka.Persistence
Assembly: Akka.Persistence.dll
Syntax
public enum PersistenceHealthStatus
Fields
| Name | Description |
|---|---|
| Degraded | Akka.Persistence is experiencing some issues that should be recoverable. |
| Healthy | Akka.Persistence is working as expected. |
| Unhealthy | Akka.Persistence has experienced a fatal error. |
Edit this page