chibenwa commented on code in PR #2656:
URL: https://github.com/apache/james-project/pull/2656#discussion_r1971286554


##########
event-bus/api/src/main/java/org/apache/james/events/EventBus.java:
##########
@@ -100,4 +100,8 @@ default Registration 
register(EventListener.ReactiveGroupEventListener groupList
     default Collection<Group> listRegisteredGroups() {
         return ImmutableList.of();
     }
+
+    void start();
+
+    void restart();

Review Comment:
   ```suggestion
       default void start() {
       
       }
   
       default void restart() {
       
       }
   ```
   
   And drop the other implems?



-- 
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: notifications-unsubscr...@james.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org
For additional commands, e-mail: notifications-h...@james.apache.org

Reply via email to