ProvisioningTransportOptions interface

Configuration options for provisioning transports. Passed into the transport's setTransportOptions function.

Properties

pollingInterval

Default interval for polling, to use in case service doesn't provide it to us.

timeoutInterval

default timeout to use when communicating with the service

webSocketAgent

Optional agent to use when communicating with the service

Property Details

pollingInterval

Default interval for polling, to use in case service doesn't provide it to us.

pollingInterval?: number

Property Value

number

timeoutInterval

default timeout to use when communicating with the service

timeoutInterval?: number

Property Value

number

webSocketAgent

Optional agent to use when communicating with the service

webSocketAgent?: Agent

Property Value

Agent