Class FuturesRequestManager

  • All Implemented Interfaces:
    Runnable

    public class FuturesRequestManager
    extends Object
    implements Runnable
    Current implementation simply spawns a thread for each request that is made. Future work may pool threads or use a worker thread to perform all requests serially.
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable