Package kos.api
Interface DeploymentContext
-
- All Known Implementing Classes:
Launcher.DeploymentContext
public interface DeploymentContextA Kos deployment. Nothing special here, it just wraps Vert.x mechanisms and provides a normalized deployment API.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeploy(io.vertx.core.Verticle verticle)Deploys a verticle with a custom configuration.voiddeploy(Iterable<io.vertx.core.Verticle> verticles)Deploys verticles with a custom configuration.
-
-
-
Method Detail
-
deploy
void deploy(io.vertx.core.Verticle verticle)
Deploys a verticle with a custom configuration.- Parameters:
verticle-
-
deploy
void deploy(Iterable<io.vertx.core.Verticle> verticles)
Deploys verticles with a custom configuration.- Parameters:
verticles-
-
-