CoroutineInvocationHandlerFactory

@Singleton
class CoroutineInvocationHandlerFactory(applicationCoroutineScope: ApplicationCoroutineScope)

Factory for the CoroutineInvocationHandler that is already part of the CDI container

Constructors

Link copied to clipboard
constructor(applicationCoroutineScope: ApplicationCoroutineScope)

Functions

Link copied to clipboard
fun createHandler(invoker: EndpointInvoker): ServerRestHandler