Skip to main content

Module persistent

Module persistent 

Source
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ยง

PersistentRuntimeDriver
Persistent runtime driver โ€” durable InputState via RuntimeStore.