コンテンツにスキップ
日本語

SendCommand

このコンテンツはまだ日本語訳がありません。

SendCommand = object

Defined in: src/io/broker/TcpServerActor.ts:34

Write bytes (or a UTF-8-encoded string) to one accepted connection.

The five variants below are exported, unlike most variant types in the project, because this union crosses the package boundary: the target actor handles them, and a handler takes the named variant type (#1095).

readonly connectionId: TcpConnectionId

Defined in: src/io/broker/TcpServerActor.ts:36


readonly kind: "send"

Defined in: src/io/broker/TcpServerActor.ts:35


readonly payload: TcpOutbound

Defined in: src/io/broker/TcpServerActor.ts:37