NetworkController

Controller for managing the network connection to the event collector.

Properties

Link copied to clipboard
abstract var customPostPath: String?

A custom path which will be added to the endpoint URL to specify the complete URL of the collector when paired with the POST method.

Link copied to clipboard
abstract var endpoint: String

URL used to send events to the collector.

Link copied to clipboard
abstract var method: HttpMethod

Method used to send events to the collector.

Link copied to clipboard
abstract var timeout: Int?

The timeout set for the requests to the collector.