-
- All Implemented Interfaces:
-
io.quarkus.scheduler.common.runtime.ScheduledInvoker
public abstract class AbstractCoroutineInvoker implements ScheduledInvoker
-
-
Constructor Summary
Constructors Constructor Description AbstractCoroutineInvoker()
-
Method Summary
Modifier and Type Method Description CompletionStage<Void>invoke(ScheduledExecution execution)abstract VoidinvokeBean(ScheduledExecution execution)-
-
Method Detail
-
invoke
CompletionStage<Void> invoke(ScheduledExecution execution)
-
invokeBean
abstract Void invokeBean(ScheduledExecution execution)
-
-
-
-