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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]