Discrete

data class Discrete(val debounceIntervalMillis: Long) : ParameterDeliveryMode

Discrete

The ProcessingParameter will wait debounceIntervalMillis before starting the update. During that interval, the update may be superseded by another update request. When that occurs the superseded update will return ProcessingParameterResult.Failure with cause ProcessingParameterSupersededException.

Constructors

Link copied to clipboard
constructor(debounceIntervalMillis: Long)

Properties

Link copied to clipboard