Package org.openrewrite.scheduling
Class DirectScheduler
- java.lang.Object
-
- org.openrewrite.scheduling.DirectScheduler
-
- All Implemented Interfaces:
RecipeScheduler
public class DirectScheduler extends java.lang.Object implements RecipeScheduler
-
-
Constructor Summary
Constructors Constructor Description DirectScheduler()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RecipeSchedulercommon()<T> java.util.concurrent.CompletableFuture<T>schedule(java.util.concurrent.Callable<T> fn)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openrewrite.RecipeScheduler
mapAsync, scheduleRun, scheduleVisit
-
-
-
-
Method Detail
-
common
public static RecipeScheduler common()
-
schedule
public <T> java.util.concurrent.CompletableFuture<T> schedule(java.util.concurrent.Callable<T> fn)
- Specified by:
schedulein interfaceRecipeScheduler
-
-