checkedCoroutineHandler
fun Route.checkedCoroutineHandler(coroutineScope: CoroutineScope, launchMode: CoroutineHandlerLaunchMode = DefaultOnVertxEventLoop, requestHandler: suspend (RoutingContext) -> Unit): Route(source)
See also
fun checkedCoroutineHandler(coroutineScope: CoroutineScope, route: Route, launchMode: CoroutineHandlerLaunchMode = DefaultOnVertxEventLoop, requestHandler: suspend (RoutingContext) -> Unit): Route(source)
Deprecated
Use the extension version.
Replace with
route.checkedCoroutineHandler(coroutineScope, launchMode, requestHandler)
Content copied to clipboard