toggle menu
kotlin-common
jvm
switch theme
search in API
kotlin-common-vertx
/
com.huanshankeji.vertx.core
/
CombinedVerticleFunctions
Combined
Verticle
Functions
interface
CombinedVerticleFunctions
:
Verticle
(
source
)
Inheritors
CombinedVerticle
CoroutineCombinedVerticleFunctions
Members
Properties
sub
Verticles
Link copied to clipboard
abstract
val
subVerticles
:
List
<
Verticle
>
Functions
get
Vertx
Link copied to clipboard
abstract
fun
getVertx
(
)
:
Vertx
init
Link copied to clipboard
abstract
fun
init
(
p0
:
Vertx
,
p1
:
Context
)
run
All
With
Promise
Link copied to clipboard
open
fun
<
E
>
List
<
E
>
.
runAllWithPromise
(
block
:
E
.
(
promise
:
Promise
<
Void
?
>
)
->
Unit
,
promise
:
Promise
<
Void
?
>
)
start
Link copied to clipboard
abstract
fun
start
(
p0
:
Promise
<
Void
>
)
stop
Link copied to clipboard
abstract
fun
stop
(
p0
:
Promise
<
Void
>
)
sub
Verticles
Init
Link copied to clipboard
open
fun
subVerticlesInit
(
vertx
:
Vertx
,
context
:
Context
)
sub
Verticles
Start
Link copied to clipboard
open
fun
subVerticlesStart
(
startPromise
:
Promise
<
Void
?
>
)
sub
Verticles
Start
Unit
Link copied to clipboard
open
fun
subVerticlesStartUnit
(
startPromise
:
Promise
<
Unit
>
)
sub
Verticles
Stop
Link copied to clipboard
open
fun
subVerticlesStop
(
stopPromise
:
Promise
<
Void
?
>
)
sub
Verticles
Stop
Unit
Link copied to clipboard
open
fun
subVerticlesStopUnit
(
stopPromise
:
Promise
<
Unit
>
)