Class AsyncReloader

java.lang.Object
pl.decerto.hyperon.runtime.reload.AsyncReloader

public class AsyncReloader extends Object
  • Constructor Details

    • AsyncReloader

      public AsyncReloader(Initializer parameterInitializer, int poolSize)
    • AsyncReloader

      public AsyncReloader(Initializer parameterInitializer)
  • Method Details

    • submitToReload

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

      public void close()
    • toString

      public String toString()
      Overrides:
      toString in class Object