in io.vertx.core is the abstract base class that you can extend to write your own Verticle classes. Instead of implementing io.vertx.core.Verticle directly, it is often simpler to just extend this class.