| Constructor and Description |
|---|
BasicRoute() |
BasicRoute(String path) |
BasicRoute(String path,
Integer order) |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.ext.web.Route |
apply(io.vertx.ext.web.Router router) |
Integer |
getOrder() |
String |
getPath() |
void |
setOrder(Integer order) |
void |
setPath(String path) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.