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.PluginPlugin for retrieving infos about a node.- Author:
- mlaroche
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetConfig(AppNode appNode)StringgetProtocol()Map<String,Object>getStats(AppNode appNode)List<io.vertigo.core.analytics.health.HealthCheck>getStatus(AppNode appNode)
-