Package io.quarkus.scheduler
Class SchedulerPaused
- java.lang.Object
-
- io.quarkus.scheduler.SchedulerPaused
-
public class SchedulerPaused extends Object
This event is fired synchronously and asynchronously when theScheduler.pause()method is called.
-
-
Field Summary
Fields Modifier and Type Field Description static SchedulerPausedINSTANCE
-
Constructor Summary
Constructors Constructor Description SchedulerPaused()
-
-
-
Field Detail
-
INSTANCE
public static final SchedulerPaused INSTANCE
-
-