You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by "quantranhong1999 (via GitHub)" <gi...@apache.org> on 2023/02/13 10:08:48 UTC

[GitHub] [james-project] quantranhong1999 commented on a diff in pull request #1436: JAMES-3882 Move messages into DeletedMessageVault asynchronously for …

quantranhong1999 commented on code in PR #1436:
URL: https://github.com/apache/james-project/pull/1436#discussion_r1104241538


##########
server/container/guice/cassandra/src/main/java/org/apache/james/modules/mailbox/CassandraMailboxModule.java:
##########
@@ -229,6 +229,7 @@ protected void configure() {
             .addBinding().to(MailboxAnnotationListener.class);
         Multibinder.newSetBinder(binder(), EventListener.ReactiveGroupEventListener.class)
             .addBinding().to(DeleteMessageListener.class);
+        Multibinder.newSetBinder(binder(), DeleteMessageListener.DeletionCallback.class);

Review Comment:
   Q: what is implementation this binded to? Maybe this is duplicated with the binding declared in `CassandraDeletedMessageVaultModule` ? 



-- 
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-unsubscribe@james.apache.org

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


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