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