toggle menu
quarkus-resteasy-reactive-kotlin
JVM
switch theme
search in API
quarkus-resteasy-reactive-kotlin
/
org.jboss.resteasy.reactive.server.runtime.kotlin
/
CoroutineInvocationHandler
Coroutine
Invocation
Handler
class
CoroutineInvocationHandler
(
invoker
:
EndpointInvoker
,
coroutineScope
:
CoroutineScope
)
:
ServerRestHandler
Members
Constructors
Coroutine
Invocation
Handler
Link copied to clipboard
constructor
(
invoker
:
EndpointInvoker
,
coroutineScope
:
CoroutineScope
)
Functions
handle
Link copied to clipboard
open
override
fun
handle
(
requestContext
:
ResteasyReactiveRequestContext
)