Skip to main content

Module command_runtime

Module command_runtime 

Source
Expand description

Compatibility exports and backend transport adapter for futu-command-runtime.

Pure command execution contracts live in futu-command-runtime; this module keeps the stable futu_backend::command_runtime import path and wires the production backend connection into the new transport trait.

Structs§

CommandExecution
CommandExecutionContext
Caller-owned command execution input before command-spec lookup.
CommandRuntime
CommandRuntimeDecision
Decision returned by the pure command runtime.

Enums§

CommandExecutionOutcome
CommandOutcome
Coarse outcome observed after one backend command attempt.
CommandRuntimeAction
Command-level action expected from the owner.
CommandRuntimeError

Functions§

decide_command_outcome
Decide command-level handling while reusing the channel runtime contract.