Class ZeroLauncher

java.lang.Object
io.vertx.up.uca.web.ZeroLauncher
All Implemented Interfaces:
Launcher<io.vertx.core.Vertx>

public class ZeroLauncher extends Object implements Launcher<io.vertx.core.Vertx>
  • Constructor Details

    • ZeroLauncher

      public ZeroLauncher()
  • Method Details

    • start

      public void start(Consumer<io.vertx.core.Vertx> callback)
      Description copied from interface: Launcher
      Start
      Specified by:
      start in interface Launcher<io.vertx.core.Vertx>
    • stop

      public void stop(Consumer<io.vertx.core.Vertx> callback)
      Description copied from interface: Launcher
      Stop
      Specified by:
      stop in interface Launcher<io.vertx.core.Vertx>