Class DefaultInvoker
java.lang.Object
io.quarkus.scheduler.common.runtime.DefaultInvoker
- All Implemented Interfaces:
ScheduledInvoker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninvoke(io.quarkus.scheduler.ScheduledExecution execution) protected abstract CompletionStage<Void> invokeBean(io.quarkus.scheduler.ScheduledExecution execution) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.quarkus.scheduler.common.runtime.ScheduledInvoker
isBlocking, isRunningOnVirtualThread
-
Constructor Details
-
DefaultInvoker
public DefaultInvoker()
-
-
Method Details
-
invoke
public CompletionStage<Void> invoke(io.quarkus.scheduler.ScheduledExecution execution) throws Exception - Specified by:
invokein interfaceScheduledInvoker- Parameters:
execution-- Returns:
- the result, never
null - Throws:
Exception
-
invokeBean
protected abstract CompletionStage<Void> invokeBean(io.quarkus.scheduler.ScheduledExecution execution)
-