jsinovassin commented on code in PR #432:
URL: https://github.com/apache/unomi/pull/432#discussion_r892568679


##########
lifecycle-watcher/src/main/java/org/apache/unomi/lifecycle/BundleWatcher.java:
##########
@@ -30,10 +30,12 @@ public interface BundleWatcher {
      * Retrieves the list of the server information objects, that include 
extensions. Each object includes the
      * name and version of the server, build time information and the event 
types
      * if recognizes as well as the capabilities supported by the system.
+     *
      * @return a list of ServerInfo objects with all the server information
      */
     List<ServerInfo> getServerInfos();
 
-
     boolean isStartupComplete();
+
+    boolean allAdditionalBundleStarted();

Review Comment:
   It's used in the integrations test, as we need to wait that the 
additionalBundles are started and we need to wait that unomi is started before 
installing the additional bundles



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to