- All Implemented Interfaces:
Axis<io.vertx.ext.web.Router>
public class PointAxis
extends Object
implements Axis<io.vertx.ext.web.Router>
Router mounter for api gateway.
-
Constructor Summary
Constructors
PointAxis(io.vertx.core.http.HttpServerOptions options,
io.vertx.core.Vertx vertx)
-
Method Summary
void
mount(io.vertx.ext.web.Router router)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PointAxis
public PointAxis(io.vertx.core.http.HttpServerOptions options,
io.vertx.core.Vertx vertx)
-
Method Details
-
mount
public void mount(io.vertx.ext.web.Router router)
Description copied from interface: Axis
Router management entry
- Specified by:
mount in interface Axis<io.vertx.ext.web.Router>
- Parameters:
router - The router reference that will be stored