Uses of Class
io.quarkus.scheduler.Scheduled.ConcurrentExecution
-
Packages that use Scheduled.ConcurrentExecution Package Description io.quarkus.scheduler -
-
Uses of Scheduled.ConcurrentExecution in io.quarkus.scheduler
Methods in io.quarkus.scheduler that return Scheduled.ConcurrentExecution Modifier and Type Method Description Scheduled.ConcurrentExecutionconcurrentExecution()Specify the strategy to handle concurrent execution of a scheduled method.static Scheduled.ConcurrentExecutionScheduled.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.
-