Package ai.konduit.serving.verticles
Interface Routable
-
- All Known Implementing Classes:
BaseRoutableVerticle
public interface RoutableAn interface representing an object with aRouterinstance and aVertxinstance- Author:
- Adam Gibson
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.vertx.ext.web.Routerrouter()Returns theRouterassociated with this objectio.vertx.core.Vertxvertx()Returns theVertxinstance associated with this object
-