PassivationPolicy Type
Idle passivation for an aggregate type, set per entity at registration. Passivation stops an idle actor and releases its in-memory state; the next command recovers it from the journal. Only messages routed through cluster sharding count as activity. Sagas ignore this: their shard regions remember entities, which disables idle passivation in Akka.NET. A saga stops at StopSaga or abort instead.
Union cases
| Union case | Description |
|
|
Full Usage:
Default
|
|
Full Usage:
Never
|
Instance members
| Instance member | Description |
Full Usage:
this.IsAfter
Returns: bool
|
|
Full Usage:
this.IsDefault
Returns: bool
|
|
Full Usage:
this.IsNever
Returns: bool
|
|
FCQRS