Class TimerBasedThrottler$


  • public class TimerBasedThrottler$
    extends java.lang.Object
    Deprecated.
    Use streams, see migration guide. Since 2.5.0.
    INTERNAL API
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static TimerBasedThrottler$ MODULE$
      Deprecated.
      Static reference to the singleton instance of this Scala object.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • MODULE$

        public static final TimerBasedThrottler$ MODULE$
        Deprecated.
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • TimerBasedThrottler$

        public TimerBasedThrottler$()
        Deprecated.