Package io.vertx.up
Interface Launcher<Vertx>
-
- All Known Implementing Classes:
ZeroLauncher
public interface Launcher<Vertx>Launcher: 1. Cluster 2. Vertx 3. Verticle Deployment 4. Router Deployment
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstart(Consumer<Vertx> vertx)Startvoidstop(Consumer<Vertx> vertx)Stop
-