Uses of Interface
io.quarkus.scheduler.ScheduledExecution
-
Packages that use ScheduledExecution Package Description io.quarkus.scheduler io.quarkus.scheduler.runtime -
-
Uses of ScheduledExecution in io.quarkus.scheduler
Methods in io.quarkus.scheduler that return ScheduledExecution Modifier and Type Method Description ScheduledExecutionSkippedExecution. getExecution()Methods in io.quarkus.scheduler with parameters of type ScheduledExecution Modifier and Type Method Description booleanScheduled.Never. test(ScheduledExecution execution)booleanScheduled.SkipPredicate. test(ScheduledExecution execution)Constructors in io.quarkus.scheduler with parameters of type ScheduledExecution Constructor Description SkippedExecution(ScheduledExecution execution)SkippedExecution(ScheduledExecution execution, String detail) -
Uses of ScheduledExecution in io.quarkus.scheduler.runtime
Classes in io.quarkus.scheduler.runtime that implement ScheduledExecution Modifier and Type Class Description (package private) static classSimpleScheduler.SimpleScheduledExecutionMethods in io.quarkus.scheduler.runtime with parameters of type ScheduledExecution Modifier and Type Method Description voidSkipConcurrentExecutionInvoker. invoke(ScheduledExecution execution)voidSkipPredicateInvoker. invoke(ScheduledExecution execution)voidSkipConcurrentExecutionInvoker. invokeBean(ScheduledExecution param)voidSkipPredicateInvoker. invokeBean(ScheduledExecution param)
-