Class ThrottlingInfo


  • public class ThrottlingInfo
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ThrottlingInfo​(int rps, java.time.Duration duration)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.time.Duration getDuration()  
      int getRps()  
      • Methods inherited from class java.lang.Object

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

      • ThrottlingInfo

        public ThrottlingInfo​(int rps,
                              java.time.Duration duration)
    • Method Detail

      • getRps

        public int getRps()
      • getDuration

        public java.time.Duration getDuration()