Class StatusEmitterInvoker
java.lang.Object
io.quarkus.scheduler.common.runtime.DelegateInvoker
io.quarkus.scheduler.common.runtime.StatusEmitterInvoker
- All Implemented Interfaces:
ScheduledInvoker
An invoker wrapper that fires CDI events when an execution of a scheduled method is finished.
- See Also:
-
Field Summary
Fields inherited from class io.quarkus.scheduler.common.runtime.DelegateInvoker
delegate -
Constructor Summary
ConstructorsConstructorDescriptionStatusEmitterInvoker(ScheduledInvoker delegate, jakarta.enterprise.event.Event<SuccessfulExecution> successfulEvent, jakarta.enterprise.event.Event<FailedExecution> failedEvent) -
Method Summary
Methods inherited from class io.quarkus.scheduler.common.runtime.DelegateInvoker
invokeDelegate, isBlocking, isRunningOnVirtualThread
-
Constructor Details
-
StatusEmitterInvoker
public StatusEmitterInvoker(ScheduledInvoker delegate, jakarta.enterprise.event.Event<SuccessfulExecution> successfulEvent, jakarta.enterprise.event.Event<FailedExecution> failedEvent)
-
-
Method Details
-
invoke
- Returns:
- the result
- Throws:
Exception
-