Uses of Class
io.quarkus.scheduler.Scheduled.ConcurrentExecution
-
-
Uses of Scheduled.ConcurrentExecution in io.quarkus.scheduler
Methods in io.quarkus.scheduler that return Scheduled.ConcurrentExecution Modifier and Type Method Description Scheduled.ConcurrentExecution
concurrentExecution()
Specify the strategy to handle concurrent execution of a scheduled method.static Scheduled.ConcurrentExecution
Scheduled.ConcurrentExecution. valueOf(String name)
Returns the enum constant of this type with the specified name.static Scheduled.ConcurrentExecution[]
Scheduled.ConcurrentExecution. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quarkus.scheduler with parameters of type Scheduled.ConcurrentExecution Modifier and Type Method Description Scheduler.JobDefinition
Scheduler.JobDefinition. setConcurrentExecution(Scheduled.ConcurrentExecution concurrentExecution)
-