Class DelayedExecution

java.lang.Object
io.quarkus.scheduler.DelayedExecution

public class DelayedExecution extends Object
This event is fired synchronously and asynchronously when an execution of a scheduled method is delayed.
  • Constructor Details

  • Method Details

    • getExecution

      public ScheduledExecution getExecution()
    • getDelay

      public long getDelay()
      Returns:
      the delay in milliseconds
    • toString

      public String toString()
      Overrides:
      toString in class Object