Abstract Subscribing Coroutine Invoker
abstract class AbstractSubscribingCoroutineInvoker(beanInstance: Any) : Invoker
Content copied to clipboard
Constructors
Functions
Link copied to clipboard
open operator override fun invoke(vararg args: Any?): CompletableFuture<Any?>
Content copied to clipboard
Link copied to clipboard
abstract suspend fun invokeBean(beanInstance: Any, args: Array<out Any?>): Any?
Content copied to clipboard