Package io.vertigo.commons.impl.app
Interface AppNodeInfosPlugin
-
- All Superinterfaces:
io.vertigo.core.node.component.CoreComponent
,io.vertigo.core.node.component.Plugin
- All Known Implementing Classes:
HttpAppNodeInfosPlugin
public interface AppNodeInfosPlugin extends io.vertigo.core.node.component.Plugin
Plugin for retrieving infos about a node.- Author:
- mlaroche
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getConfig(AppNode appNode)
String
getProtocol()
Map<String,Object>
getStats(AppNode appNode)
List<io.vertigo.core.analytics.health.HealthCheck>
getStatus(AppNode appNode)
-