AbstractCoroutineInvoker

abstract class AbstractCoroutineInvoker : ScheduledInvoker

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun invoke(execution: ScheduledExecution): CompletionStage<Void>
Link copied to clipboard
abstract suspend fun invokeBean(execution: ScheduledExecution): Void