Class InstrumentedInvoker
java.lang.Object
io.quarkus.scheduler.common.runtime.DelegateInvoker
io.quarkus.scheduler.common.runtime.InstrumentedInvoker
- All Implemented Interfaces:
ScheduledInvoker
- See Also:
-
Field Summary
Fields inherited from class io.quarkus.scheduler.common.runtime.DelegateInvoker
delegate -
Constructor Summary
ConstructorsConstructorDescriptionInstrumentedInvoker(ScheduledInvoker delegate, JobInstrumenter instrumenter) -
Method Summary
Methods inherited from class io.quarkus.scheduler.common.runtime.DelegateInvoker
isBlocking, isRunningOnVirtualThread
-
Constructor Details
-
InstrumentedInvoker
-
-
Method Details
-
invoke
- Returns:
- the result
- Throws:
Exception
-