Class InstrumentedInvoker

java.lang.Object
io.quarkus.scheduler.common.runtime.DelegateInvoker
io.quarkus.scheduler.common.runtime.InstrumentedInvoker
All Implemented Interfaces:
ScheduledInvoker

public class InstrumentedInvoker extends DelegateInvoker
See Also:
  • JobInstrumenter
  • Constructor Details

    • InstrumentedInvoker

      public InstrumentedInvoker(ScheduledInvoker delegate, io.quarkus.scheduler.spi.JobInstrumenter instrumenter)
  • Method Details

    • invoke

      public CompletionStage<Void> invoke(io.quarkus.scheduler.ScheduledExecution execution) throws Exception
      Parameters:
      execution -
      Returns:
      the result, never null
      Throws:
      Exception