Type alias NatsFleetManager

NatsFleetManager: {
    address: string;
    password?: string;
    port?: number;
    user?: string;
}

Configuration of the NATS leaf node for the fleet manager connection.

Type declaration

  • address: string

    Address of the NATS leaf node.

  • Optional password?: string

    Password for the NATS leaf node authentication.

  • Optional port?: number

    Port of the NATS leaf node. Default is 4222.

  • Optional user?: string

    Username for the NATS leaf node authentication.

Generated using TypeDoc