Package 

Class InitConfig

  • All Implemented Interfaces:

    
    public final class InitConfig
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Long eventRate
    • Constructor Summary

      Constructors 
      Constructor Description
      InitConfig(Long eventRate)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Long getEventRate()
      final Unit setEventRate(Long eventRate)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InitConfig

        InitConfig(Long eventRate)
        Parameters:
        eventRate -
        • rate in milliseconds at which events will be fired. default value - 2000 millis

    • Method Detail

      • setEventRate

         final Unit setEventRate(Long eventRate)
        Parameters:
        eventRate -
        • rate in milliseconds at which events will be fired. default value - 2000 millis