Package org.openhab.core.scheduler
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
-
Method Details
-
run
Scheduled job to run.- Throws:
Exception
- exception thrown
-