| Package | Description |
|---|---|
| io.quarkus.quartz.runtime |
| Modifier and Type | Field and Description |
|---|---|
QuartzStartMode |
QuartzRuntimeConfig.startMode
Scheduler can be started in different modes: normal, forced or halted.
|
| Modifier and Type | Method and Description |
|---|---|
static QuartzStartMode |
QuartzStartMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuartzStartMode[] |
QuartzStartMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.