Skip to main content

Module remote

Module remote 

Source
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§

PreparedRemoteCommit
RemoteBytes
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’s bytes value.
RemoteClientError
RemoteCommandResult
RemoteCommitInput
RemoteCommitResult
RemoteQueryResult
SyncRemoteClient