Interface SchedulerRunnable


@NonNullByDefault public interface SchedulerRunnable
Runnable that can throw checked exceptions.
Author:
Peter Kriens - Initial contribution, Simon Kaufmann - adapted to CompletableFutures, Hilbrand Bouwkamp - moved to it's own class and renamed
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
    Scheduled job to run.
  • Method Details

    • run

      void run() throws Exception
      Scheduled job to run.
      Throws:
      Exception - exception thrown