Перейти к основному содержимому

Interface: PluginRuntimeRpcRequestDataBody

Defined in: packages/contracts/src/pluginRuntime.ts:999

Payload of an RPC_REQUEST_DATA frame (worker → host via the runtime, fd 4, §15.9). The runtime forwards the opaque payloadBytes verbatim — it never decodes them (§15.1); the host decodes the mirrored PluginRuntimeRpcRequestBody JSON exactly once. Identity lives both in the hot header (routing, epoch races) and inside the payload so the decoded shape equals the control-path body the broker host already consumes.

Properties

payloadBytes

payloadBytes: Uint8Array

Defined in: packages/contracts/src/pluginRuntime.ts:1002


workerEpoch

workerEpoch: number

Defined in: packages/contracts/src/pluginRuntime.ts:1001


workerId

workerId: number

Defined in: packages/contracts/src/pluginRuntime.ts:1000