DeploymentOptions

Options for configuring a verticle deployment.


Name Type Description

worker

Boolean

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

multiThreaded

Boolean

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

isolationGroup

String

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

ha

Boolean

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

extraClasspath

Array of String

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

Ignored if no isolation group is set.

instances

Number

Set the number of instances that should be deployed.

redeploy

Boolean

-

redeployScanPeriod

Number

-

redeployGracePeriod

Number

-