Options
All
  • Public
  • Public/Protected
  • All
Menu

Local information of the client.

Hierarchy

  • ClientInfo

Index

Constructors

Properties

Constructors

constructor

  • new ClientInfo(): ClientInfo
  • Returns ClientInfo

Properties

labels

labels: Set<string>

Set of all labels of this client.

localAddress

localAddress: Address

Local port address that is used to communicate with a cluster.

name

name: string

Name of the client.

type

type: string = 'NodeJS'

Type of this client. It is always NodeJS.

uuid

uuid: UUID

The unique id of this client instance.

Generated using TypeDoc