Type alias NetdLeafConnectionStatus

NetdLeafConnectionStatus: {
    connected: boolean;
    ip: string;
    reason: string;
}

Type declaration

  • connected: boolean

    Whether local nats-server has established leaf node connection to remote nats-server.

  • ip: string

    IP address of the NATS leaf node.

  • reason: string

    Reason regarding failed connection might be provided.

Generated using TypeDoc