ProvisioningTransportOptions interface
Configuration options for provisioning transports. Passed into the transport's setTransportOptions function.
Properties
polling |
Default interval for polling, to use in case service doesn't provide it to us. |
timeout |
default timeout to use when communicating with the service |
web |
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