quarkus-scheduler-kotlin
quarkus-scheduler-kotlin
/
io.quarkus.scheduler.kotlin.runtime
/
AbstractCoroutineInvoker
Abstract
Coroutine
Invoker
abstract
class
AbstractCoroutineInvoker
:
ScheduledInvoker
Constructors
Functions
Constructors
Abstract
Coroutine
Invoker
Link copied to clipboard
fun
AbstractCoroutineInvoker
(
)
Functions
invoke
Link copied to clipboard
open
operator override
fun
invoke
(
execution
:
ScheduledExecution
)
:
CompletionStage
<
Void
>
invoke
Bean
Link copied to clipboard
abstract
suspend
fun
invokeBean
(
execution
:
ScheduledExecution
)
:
Void
is
Blocking
Link copied to clipboard
open
fun
isBlocking
(
)
:
Boolean