Package io.quarkus.scheduler
Class SkippedExecution
- java.lang.Object
-
- io.quarkus.scheduler.SkippedExecution
-
public class SkippedExecution extends Object
A CDI event that is fired synchronously and asynchronously when a concurrent execution of a scheduled method is skipped.- See Also:
Scheduled.ConcurrentExecution.SKIP
-
-
Constructor Summary
Constructors Constructor Description SkippedExecution(String triggerId, Instant fireTime)
-