Skip to main content

Module protocol

Module protocol 

Source
Expand description

Native-Rust mirrors of the proto::plugin protocol types used by the crate::Plugin trait surface.

Structs§

DispatchContext
Captured by the orchestrator at op-trigger time and frozen on the wire. Streams do NOT receive an updated context mid-flight; only UpdateStream(params) can change values during a running stream.
ResidueRef
Reference to a specific residue inside an entity. Mirror of proto::plugin::ResidueRef.

Enums§

ParamValue
Native-Rust parameter value.
PollOutcome
Outcome of a PollStream call. Native-Rust mirror of proto::plugin::PollStreamResponse’s oneof.