AccountTransport

Low-level host-owned WebSocket boundary over durable delivery and inbox state.

Functions

Link copied to clipboard
suspend fun apply(result: TransportResult): TransportBatch

Apply one exact correlated system result idempotently.

Link copied to clipboard
suspend fun cancel(): TransportBatch

Cancel the active run and release every unfinished delivery lease.

Link copied to clipboard
suspend fun start(runId: String): TransportBatch

Start the only active account transport run and return its connect action.

Link copied to clipboard
suspend fun wake(): TransportBatch

Recheck durable work immediately after a platform revision wake hint.