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).
Properties
Section titled “Properties”connectionId
Section titled “connectionId”
readonlyconnectionId:TcpConnectionId
Defined in: src/io/broker/TcpServerActor.ts:36
readonlykind:"send"
Defined in: src/io/broker/TcpServerActor.ts:35
payload
Section titled “payload”
readonlypayload:TcpOutbound
Defined in: src/io/broker/TcpServerActor.ts:37
