Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • GenericCompositeFuture removed. The same methods exists in Vert.x' Future now.

  • Futurization of Verticle:

    • AbstractVerticle becomes VerticleBase

    • public void start(Promise<Void> promise) becomes public Future<?> start()

    • public void stop(Promise<Void> promise) becomes public Future<?> stop()