DeploymentOptions

Options for configuring a verticle deployment.


Name Type Description

config

Json object

Set the JSON configuration that will be passed to the verticle(s) when it's deployed

extraClasspath

Array of String

Set any extra classpath to be used when deploying the verticle.

Ignored if no isolation group is set.

ha

Boolean

Set whether the verticle(s) will be deployed as HA.

instances

Number (int)

Set the number of instances that should be deployed.

isolatedClasses

Array of String

Set the isolated class names.

isolationGroup

String

Set the isolation group that will be used when deploying the verticle(s)

multiThreaded

Boolean

Set whether the verticle(s) should be deployed as a multi-threaded worker verticle

worker

Boolean

Set whether the verticle(s) should be deployed as a worker verticle