콘텐츠로 이동
한국어

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