Package io.quarkus.scheduler
Class FailedExecution
java.lang.Object
io.quarkus.scheduler.FailedExecution
This event is fired synchronously and asynchronously when an execution of a scheduled method throw an exception.
-
Constructor Summary
ConstructorsConstructorDescriptionFailedExecution(ScheduledExecution execution) FailedExecution(ScheduledExecution execution, Throwable exception) -
Method Summary