Class AsyncLatestJob<T>

java.lang.Object
com.illumon.iris.console.events.totals.AsyncLatestJob<T>

public class AsyncLatestJob<T> extends Object
  • Constructor Details

    • AsyncLatestJob

      public AsyncLatestJob(String name, Consumer<T> job, com.fishlib.io.logger.Logger log)
  • Method Details

    • schedule

      public void schedule(T item)