-
- All Implemented Interfaces:
public final class InitConfig
-
-
Constructor Summary
Constructors Constructor Description InitConfig(Long eventRate)
-
Method Summary
Modifier and Type Method Description final LonggetEventRate()final UnitsetEventRate(Long eventRate)-
-
Constructor Detail
-
InitConfig
InitConfig(Long eventRate)
- Parameters:
eventRate-rate in milliseconds at which events will be fired. default value - 2000 millis
-
-
Method Detail
-
getEventRate
final Long getEventRate()
-
setEventRate
final Unit setEventRate(Long eventRate)
- Parameters:
eventRate-rate in milliseconds at which events will be fired. default value - 2000 millis
-
-
-
-