import { MsTcpClient } from "https://deno.land/x/alosaur@v0.31.0/src/microservice/mod.ts";
TCP microservice client with lazy connect to service
Constructors
new
MsTcpClient(options: Deno.ConnectOptions)Creates instance
Properties
private
optional
_connect: Deno.Connprivate
readonly
decoder: TextDecoderprivate
readonly
encoder: TextEncoder