Expand description
Database-less SSP2 producer (SPEC.md §6.10).
Prepared request bytes are the retry unit. A caller that needs crash-safe retry persists them in its own job or request store.
Structs§
- Prepared
Remote Commit - Remote
Bytes - Binary value for registered query and command parameters. Plain
Vec<u8>serializes as a JSON array, so callers use this wrapper when the remote operation schema expects the protocol’sbytesvalue. - Remote
Client Error - Remote
Command Result - Remote
Commit Input - Remote
Commit Result - Remote
Query Result - Sync
Remote Client