ThresholdConfiguration

In package com.cdsap.talaiot.configuration

class com.cdsap.talaiot.configuration.ThresholdConfiguration

Task filtering configuration If specified Talaiot will report only tasks that are between minExecutionTime and maxExecutionTime

Fields

var minExecutionTime: Long

Minimum execution time of one task to be consider valid to be reported

var maxExecutionTime: Long

Maximum execution time of one task to be consider valid to be reported

Constructors

constructor()

Task filtering configuration If specified Talaiot will report only tasks that are between minExecutionTime and maxExecutionTime

Parameters:
  • No parameters