Class AsyncRequestQueue

java.lang.Object
de.bsvrz.puk.config.util.async.AsyncRequestQueue

public class AsyncRequestQueue
extends java.lang.Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    class  AsyncRequestQueue.AsyncRequestQueueWorker  
  • Constructor Summary

    Constructors
    Constructor Description
    AsyncRequestQueue()  
  • Method Summary

    Modifier and Type Method Description
    void put​(AsyncRequest asyncRequest)  
    void start()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AsyncRequestQueue

      public AsyncRequestQueue()
  • Method Details

    • start

      public void start()
    • put

      public void put​(AsyncRequest asyncRequest)