public interface BaseApplication
RestHandler handlers are defined.
It is responsible of initialization and pre-shutdown tasks as well as provide the baseUrl to package handlers.| Modifier and Type | Method and Description |
|---|---|
String |
baseUrl() |
void |
start()
Invoked by HawkularServer before to load package
RestHandler |
void |
stop()
Invoked by HawkularServer before to stop the server
|
void start()
RestHandlervoid stop()
String baseUrl()
Copyright © 2014–2017 Red Hat, Inc.. All rights reserved.