Expand description
Internal result message types for the plugin-runtime channel.
These decouple the shared Context/ResultSink API from the gRPC transport types (proto::TaskResult, tonic::Status), allowing host plugins to avoid pulling in tonic/prost.
Structs§
- Task
Result Message - Transport-agnostic result message sent from
ResultSinkto the runtime, which converts it to the appropriate wire format (e.g.proto::TaskResultfor gRPC, postcard for IPC).
Enums§
- Result
Format - Wire format hint attached to result data so the receiver knows how to interpret the bytes.
- Result
Kind - What a
TaskResultMessagerepresents.