Package org.onosproject.cluster
Interface ComponentsMonitorService
-
public interface ComponentsMonitorService
Monitors the status of OSGi components.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isFullyStarted(List<String> features)
Checks if all given OSGi features are ready.
-