TcpLocation: {
    _type: "TcpLocation";
    connection: Connection;
    metadata: Record<string, string>;
    uri: string;
}

Represents a live Tcp connection of a component

Type declaration

  • _type: "TcpLocation"
  • connection: Connection
  • metadata: Record<string, string>
  • uri: string