Class SemaphoreRequestQueueManager

java.lang.Object
io.goodforgod.api.etherscan.manager.impl.SemaphoreRequestQueueManager
All Implemented Interfaces:
RequestQueueManager, AutoCloseable

public class SemaphoreRequestQueueManager extends Object implements RequestQueueManager, AutoCloseable
Queue Semaphore implementation with size and reset time as params
Since:
30.10.2018
See Also:
  • Constructor Details

    • SemaphoreRequestQueueManager

      public SemaphoreRequestQueueManager(int size, Duration resetIn)
  • Method Details