Class AsyncReloader

java.lang.Object
io.higson.runtime.reload.AsyncReloader

public class AsyncReloader extends Object
  • Constructor Details

  • Method Details

    • submitForReload

      public void submitForReload(String uid)
      Adds the param-reload task to the queue handled by the internal thread pool. The task is the parameter's universal identifier or UID. The UID contains parameter's code and optionally the version number.
    • submitForHotswap

      public void submitForHotswap(int pid)
      Adds the param-hotswap task to the queue handled by the internal thread pool.
    • getCompletedTaskCount

      public long getCompletedTaskCount()
    • close

      public void close()
    • shutDown

      public void shutDown()
    • toString

      public String toString()
      Overrides:
      toString in class Object