AbstractSubscribingCoroutineInvoker

abstract class AbstractSubscribingCoroutineInvoker(beanInstance: Any) : Invoker

Constructors

Link copied to clipboard
fun AbstractSubscribingCoroutineInvoker(beanInstance: Any)

Functions

Link copied to clipboard
open operator override fun invoke(vararg args: Any?): CompletableFuture<Any?>
Link copied to clipboard
abstract suspend fun invokeBean(beanInstance: Any, args: Array<out Any?>): Any?