EventConfiguration

data class EventConfiguration(var pollingInterval: Long, var maintenanceCheckInterval: Long)

Configuration class for event handling settings.

Constructors

Link copied to clipboard
constructor(pollingInterval: Long, maintenanceCheckInterval: Long)

Properties

Link copied to clipboard

The interval, in milliseconds, for maintenance checks. Default is 30,000 (30 seconds).

Link copied to clipboard

The interval, in milliseconds, for polling events. Default is 15,000 (15 seconds).