Interface PollingDataSourceConfiguration

Hierarchy

  • PollingDataSourceConfiguration

Properties

baseUri?: string

Optional per-source base URI for this polling data source. When set, this source polls the given URI instead of the SDK's shared polling service endpoint. Defaults to the SDK's configured polling base URI.

pollInterval?: number

The time between polling requests, in seconds. Default if omitted.

type: "polling"

Generated using TypeDoc