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)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)
-