Uses of Interface
io.quarkus.scheduler.ScheduledExecution
-
-
Uses of ScheduledExecution in io.quarkus.scheduler
Methods in io.quarkus.scheduler that return ScheduledExecution Modifier and Type Method Description ScheduledExecutionFailedExecution. getExecution()ScheduledExecutionSkippedExecution. getExecution()ScheduledExecutionSuccessfulExecution. getExecution()Methods in io.quarkus.scheduler with parameters of type ScheduledExecution Modifier and Type Method Description booleanScheduled.ApplicationNotRunning. test(ScheduledExecution execution)booleanScheduled.Never. test(ScheduledExecution execution)booleanScheduled.SkipPredicate. test(ScheduledExecution execution)Method parameters in io.quarkus.scheduler with type arguments of type ScheduledExecution Modifier and Type Method Description Scheduler.JobDefinitionScheduler.JobDefinition. setAsyncTask(Function<ScheduledExecution,io.smallrye.mutiny.Uni<Void>> asyncTask)default Scheduler.JobDefinitionScheduler.JobDefinition. setTask(Consumer<ScheduledExecution> task)Scheduler.JobDefinitionScheduler.JobDefinition. setTask(Consumer<ScheduledExecution> task, boolean runOnVirtualThread)Configures the task to schedule.Constructors in io.quarkus.scheduler with parameters of type ScheduledExecution Constructor Description FailedExecution(ScheduledExecution execution)FailedExecution(ScheduledExecution execution, Throwable exception)SkippedExecution(ScheduledExecution execution)SkippedExecution(ScheduledExecution execution, String detail)SuccessfulExecution(ScheduledExecution execution)
-