public class LoggerStats extends Object
| Constructor and Description |
|---|
LoggerStats() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
recordCallAndCheckIfEnoughTimePassed(String caller,
long amount,
ChronoUnit unit) |
boolean |
recordCallThenCheckIfNumberOfCallsMatchesAmount(String caller,
int amount) |
public boolean recordCallAndCheckIfEnoughTimePassed(String caller, long amount, ChronoUnit unit)
public boolean recordCallThenCheckIfNumberOfCallsMatchesAmount(String caller, int amount)
Copyright © 2019. All rights reserved.