| Constructor and Description |
|---|
DeploymentManager(VertxInternal vertx) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
deployments() |
Future<String> |
deployVerticle(Callable<Verticle> verticleSupplier,
DeploymentOptions options) |
Deployment |
getDeployment(String deploymentID) |
Future<Void> |
undeployAll() |
Future<Void> |
undeployVerticle(String deploymentID) |
public DeploymentManager(VertxInternal vertx)
public Future<String> deployVerticle(Callable<Verticle> verticleSupplier, DeploymentOptions options)
public Deployment getDeployment(String deploymentID)
Copyright © 2021. All rights reserved.