Package io.api.etherscan.manager
Interface IQueueManager
-
- All Known Implementing Classes:
FakeQueueManager,QueueManager
public interface IQueueManagerQueue manager to support API limits (EtherScan 5request\sec limit) Managers grants turn if the limit is not exhausted And resets queue each set period- Since:
- 30.10.2018
- Author:
- GoodforGod
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleantakeTurn()Waits in queue for chance to take turn
-