Package io.api.etherscan.manager
Interface IQueueManager
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
FakeQueueManager,QueueManager
Queue 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
-
Method Summary
Methods inherited from interface java.lang.AutoCloseable
close
-
Method Details
-
takeTurn
void takeTurn()Waits in queue for chance to take turn
-