Expand description
PersistentRuntimeDriver โ wraps EphemeralRuntimeDriver + RuntimeStore.
Provides durable-before-ack guarantee: InputState is persisted via RuntimeStore BEFORE returning AcceptOutcome. Delegates state machine logic to the ephemeral driver.
Structsยง
- Persistent
Runtime Driver - Persistent runtime driver โ durable InputState via RuntimeStore.