public class VerticalDeployer extends Object
| Constructor and Description |
|---|
VerticalDeployer() |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.DeploymentOptions |
getDeploymentOptions() |
String |
getDeployStatusTopicName() |
org.apache.logging.log4j.Logger |
getLog() |
io.vertx.core.Verticle[] |
getVerticalInstances() |
String[] |
getVerticalNames() |
io.vertx.reactivex.core.Vertx |
getVertx() |
void |
setDeploymentOptions(io.vertx.core.DeploymentOptions pDeploymentOptions) |
void |
setDeployStatusTopicName(String pDeployStatusTopicName) |
void |
setLog(org.apache.logging.log4j.Logger pLog) |
void |
setVerticalInstances(io.vertx.core.Verticle[] pVerticalInstances) |
void |
setVerticalNames(String[] pVerticalNames) |
void |
setVertx(io.vertx.reactivex.core.Vertx pVertx) |
void |
start() |
public void start()
public String[] getVerticalNames()
public void setVerticalNames(String[] pVerticalNames)
public io.vertx.core.DeploymentOptions getDeploymentOptions()
public void setDeploymentOptions(io.vertx.core.DeploymentOptions pDeploymentOptions)
public io.vertx.reactivex.core.Vertx getVertx()
public void setVertx(io.vertx.reactivex.core.Vertx pVertx)
public org.apache.logging.log4j.Logger getLog()
public void setLog(org.apache.logging.log4j.Logger pLog)
public String getDeployStatusTopicName()
public void setDeployStatusTopicName(String pDeployStatusTopicName)
public io.vertx.core.Verticle[] getVerticalInstances()
public void setVerticalInstances(io.vertx.core.Verticle[] pVerticalInstances)
Copyright © 2018. All rights reserved.