Class ZeroLauncher

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

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

    • ZeroLauncher

      public ZeroLauncher()
  • Method Details

    • start

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

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