Interface RateTracker<ClientIdType>

    • Method Detail

      • create

        static <ClientIdType> RateTracker<ClientIdType> create​(long timeWindowMs,
                                                               int allowedTries,
                                                               int maxEntries)