Persistence Module
Builds concrete persistence components for a chosen `PersistenceMode`. The rest of the system depends only on the interfaces; this module is the one place that maps a mode to an implementation, so swapping file for database is a single edit.
Functions and values
| Function or value |
Description
|
|
|
|
|
|
Build a full `IHarnessServices` bundle for the mode — the value a host injects into the Orleans silo / ASP.NET container so the `SessionGrain` (and any harness) gets observability + governance wired to the chosen backend.
|
|
|
|
|
|
Nao