Class HttpAppNodeInfosPlugin
- java.lang.Object
-
- io.vertigo.commons.plugins.app.infos.http.HttpAppNodeInfosPlugin
-
- All Implemented Interfaces:
AppNodeInfosPlugin
,io.vertigo.core.node.component.CoreComponent
,io.vertigo.core.node.component.Plugin
public final class HttpAppNodeInfosPlugin extends Object implements AppNodeInfosPlugin
Plugin to retrieve infos of a node with the http protocol (Rest Webservices)- Author:
- mlaroche
-
-
Constructor Summary
Constructors Constructor Description HttpAppNodeInfosPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getConfig(AppNode node)
String
getProtocol()
Map<String,Object>
getStats(AppNode node)
List<io.vertigo.core.analytics.health.HealthCheck>
getStatus(AppNode node)
-
-
-
Method Detail
-
getConfig
public String getConfig(AppNode node)
- Specified by:
getConfig
in interfaceAppNodeInfosPlugin
-
getStatus
public List<io.vertigo.core.analytics.health.HealthCheck> getStatus(AppNode node)
- Specified by:
getStatus
in interfaceAppNodeInfosPlugin
-
getStats
public Map<String,Object> getStats(AppNode node)
- Specified by:
getStats
in interfaceAppNodeInfosPlugin
-
getProtocol
public String getProtocol()
- Specified by:
getProtocol
in interfaceAppNodeInfosPlugin
-
-