quantranhong1999 commented on a change in pull request #534:
URL: https://github.com/apache/james-project/pull/534#discussion_r670362934
##########
File path:
mailbox/api/src/main/java/org/apache/james/mailbox/MailboxManager.java
##########
@@ -333,7 +333,7 @@ public final int hashCode() {
* the context for this call, not null
* @return a list of MessageId of messages belong to that Thread
*/
- Flux<MessageId> getThread(ThreadId threadId, MailboxSession session)
throws MailboxException;
+ Publisher<MessageId> getThread(ThreadId threadId, MailboxSession session)
throws MailboxException;
Review comment:
This method depends on MailboxManager::search which throws
MailboxException. I guess there is nothing I can do with that.
--
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]