Interface Routable

  • All Known Implementing Classes:
    BaseRoutableVerticle

    public interface Routable
    An interface representing an object with a Router instance and a Vertx instance
    Author:
    Adam Gibson
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      io.vertx.ext.web.Router router()
      Returns the Router associated with this object
      io.vertx.core.Vertx vertx()
      Returns the Vertx instance associated with this object
    • Method Detail

      • router

        io.vertx.ext.web.Router router()
        Returns the Router associated with this object
        Returns:
        router
      • vertx

        io.vertx.core.Vertx vertx()
        Returns the Vertx instance associated with this object
        Returns:
        router