Interface ComponentsMonitorService


  • public interface ComponentsMonitorService
    Monitors the status of OSGi components.
    • Method Detail

      • isFullyStarted

        boolean isFullyStarted​(java.util.List<java.lang.String> features)
        Checks if all given OSGi features are ready.
        Parameters:
        features - list of feature name in string
        Returns:
        true if all features are ready, false otherwise.