Interface RateLimiterService

    • Method Detail

      • runByCount

        void runByCount​(java.util.concurrent.Callable<CommonResponse> callable,
                        int count,
                        java.io.File outFile)
                 throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • runBySeconds

        void runBySeconds​(java.util.concurrent.Callable<CommonResponse> callable,
                          int seconds,
                          java.io.File outFile)
                   throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException