toggle menu
kotlin-common
jvm
switch theme
search in API
kotlin-common-vertx
/
com.huanshankeji.vertx.ext.web
Package-level
declarations
Types
Functions
Types
Single
Virtual
Host
Verticle
Link copied to clipboard
interface
SingleVirtualHostVerticle
:
VirtualHostCombinable
,
Verticle
Virtual
Host
Combinable
Link copied to clipboard
interface
VirtualHostCombinable
Functions
checked
Run
Link copied to clipboard
inline
fun
RoutingContext
.
checkedRun
(
block
:
(
)
->
Unit
)
Runs the
block
and calls
RoutingContext.fail
if a
Throwable
is thrown.