Package io.quarkus.scheduler
Class SuccessfulExecution
- java.lang.Object
-
- io.quarkus.scheduler.SuccessfulExecution
-
public class SuccessfulExecution extends Object
This event is fired synchronously and asynchronously when an execution of a scheduled method is successful.
-
-
Constructor Summary
Constructors Constructor Description SuccessfulExecution(ScheduledExecution execution)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScheduledExecutiongetExecution()StringtoString()
-
-
-
Constructor Detail
-
SuccessfulExecution
public SuccessfulExecution(ScheduledExecution execution)
-
-
Method Detail
-
getExecution
public ScheduledExecution getExecution()
-
-