CoroutineEndpointInvoker

interface CoroutineEndpointInvoker : EndpointInvoker

Base interface implemented by the synthetic beans that represent suspending rest endpoints.

See also

KotlinCoroutineIntegrationProcessor

the build-time part of coroutine support

Functions

Link copied to clipboard
abstract operator fun invoke(instance: Any, parameters: Array<Any>): Any
Link copied to clipboard
abstract suspend fun invokeCoroutine(instance: Any, parameters: Array<out Any>): Any?

Delegates control over the bean that defines the endpoint