public class VertxIsolatedDeployer extends Object
| Constructor and Description |
|---|
VertxIsolatedDeployer() |
| Modifier and Type | Method and Description |
|---|---|
void |
deploy(String verticle,
Vertx vertx,
DeploymentOptions options,
Handler<AsyncResult<String>> completionHandler)
Deploys the given verticle.
|
void |
undeploy(Handler<AsyncResult<Void>> completionHandler)
Undeploys the previously deployed verticle.
|
public void deploy(String verticle, Vertx vertx, DeploymentOptions options, Handler<AsyncResult<String>> completionHandler)
verticle - the verticle namevertx - the vert.x instanceoptions - the deployment optionscompletionHandler - the completion handlerpublic void undeploy(Handler<AsyncResult<Void>> completionHandler)
completionHandler - the completion handlerCopyright © 2020. All rights reserved.