| Constructor and Description |
|---|
VerticleManager(VertxInternal vertx,
DeploymentManager deploymentManager) |
| Modifier and Type | Method and Description |
|---|---|
Future<Deployment> |
deployVerticle(String identifier,
DeploymentOptions options) |
void |
registerVerticleFactory(VerticleFactory factory) |
void |
unregisterVerticleFactory(VerticleFactory factory) |
Set<VerticleFactory> |
verticleFactories() |
public VerticleManager(VertxInternal vertx, DeploymentManager deploymentManager)
public void registerVerticleFactory(VerticleFactory factory)
public void unregisterVerticleFactory(VerticleFactory factory)
public Set<VerticleFactory> verticleFactories()
public Future<Deployment> deployVerticle(String identifier, DeploymentOptions options)
Copyright © 2021. All rights reserved.