DaemonOptions are the options for communicating with the daemon.

Hierarchy

  • DaemonOptions

Implemented by

Properties

daemonAddress: string

daemonAddress is the address of the daemon.

namespace: string

namespace is the namespace to use for the daemon.

pollInterval?: number

pollInterval is the interval in milliseconds to poll the daemon for updates.

transport: Transport

transport is the transport to use for communicating with the daemon.

Generated using TypeDoc