public interface RestHandler
RestEndpoint.
All handlers need to be grouped in a package and need a BaseApplication to define a base url.| Modifier and Type | Method and Description |
|---|---|
void |
initRoutes(String baseUrl,
io.vertx.ext.web.Router router)
Invoked by HawkularServer on handler registration.
|
void initRoutes(String baseUrl, io.vertx.ext.web.Router router)
baseUrl - for this handler, defined by the package BaseApplicationrouter - Vert.X Router provided by HawkularServerCopyright © 2014–2017 Red Hat, Inc.. All rights reserved.