public class DeploymentManager extends Object
Constructor and Description |
---|
DeploymentManager(VertxInternal vertx) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
deployments() |
void |
deployVerticle(String identifier,
DeploymentOptions options,
Handler<AsyncResult<String>> completionHandler) |
void |
deployVerticle(Verticle verticle,
DeploymentOptions options,
Handler<AsyncResult<String>> completionHandler) |
Deployment |
getDeployment(String deploymentID) |
void |
registerVerticleFactory(VerticleFactory factory) |
void |
undeployAll(Handler<AsyncResult<Void>> completionHandler) |
void |
undeployVerticle(String deploymentID,
Handler<AsyncResult<Void>> completionHandler) |
void |
unregisterVerticleFactory(VerticleFactory factory) |
Set<VerticleFactory> |
verticleFactories() |
public DeploymentManager(VertxInternal vertx)
public void deployVerticle(Verticle verticle, DeploymentOptions options, Handler<AsyncResult<String>> completionHandler)
public void deployVerticle(String identifier, DeploymentOptions options, Handler<AsyncResult<String>> completionHandler)
public void undeployVerticle(String deploymentID, Handler<AsyncResult<Void>> completionHandler)
public Deployment getDeployment(String deploymentID)
public void undeployAll(Handler<AsyncResult<Void>> completionHandler)
public void registerVerticleFactory(VerticleFactory factory)
public void unregisterVerticleFactory(VerticleFactory factory)
public Set<VerticleFactory> verticleFactories()
Copyright © 2014. All Rights Reserved.