kotlin-common
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kotlin-common
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.