quarkus-websockets-next-kotlin
Toggle table of contents
JVM
Platform filter
JVM
Switch theme
Search in API
quarkus-websockets-next-kotlin
quarkus-websockets-next-kotlin
/
io.quarkus.websockets.next.runtime.kotlin
/
CoroutineInvoker
Coroutine
Invoker
object
CoroutineInvoker
Members
Functions
in
New
Coroutine
Link copied to clipboard
@
JvmStatic
fun
<
T
,
U
>
inNewCoroutine
(
instance
:
T
,
arguments
:
Array
<
Any
?
>
,
invoker
:
Invoker
<
T
,
U
>
)
:
Uni
<
U
>