toggle menu
kotlin-common
jvm
switch theme
search in API
kotlin-common-vertx
/
com.huanshankeji.vertx.core
/
CombinedVerticle
Combined
Verticle
open
class
CombinedVerticle
(
val
subVerticles
:
List
<
Verticle
>
)
:
AbstractVerticle
,
CombinedVerticleFunctions
(
source
)
Members
Constructors
Combined
Verticle
Link copied to clipboard
constructor
(
subVerticles
:
List
<
Verticle
>
)
Properties
sub
Verticles
Link copied to clipboard
open
override
val
subVerticles
:
List
<
Verticle
>
Functions
config
Link copied to clipboard
open
fun
config
(
)
:
JsonObject
deployment
ID
Link copied to clipboard
open
fun
deploymentID
(
)
:
String
get
Vertx
Link copied to clipboard
open
override
fun
getVertx
(
)
:
Vertx
init
Link copied to clipboard
open
override
fun
init
(
vertx
:
Vertx
,
context
:
Context
)
process
Args
Link copied to clipboard
open
fun
processArgs
(
)
:
MutableList
<
String
>
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
open
override
fun
start
(
startPromise
:
Promise
<
Void
?
>
)
open
fun
start
(
)
stop
Link copied to clipboard
open
override
fun
stop
(
stopPromise
:
Promise
<
Void
?
>
)
open
fun
stop
(
)
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
>
)