init

open override fun init(input: JsonObject): PollingCollector

Initializes the PollingCollector with configuration from the input JSON.

Extracts and sets the following parameters:

Return

This PollingCollector instance for method chaining

Parameters

input

JSON object containing the collector configuration

See also