chibenwa commented on code in PR #2884:
URL: https://github.com/apache/james-project/pull/2884#discussion_r2609300284
##########
mailbox/api/src/main/java/org/apache/james/mailbox/events/MailboxEvents.java:
##########
@@ -536,6 +536,25 @@ public final int hashCode() {
}
}
+ record MessageContentDeletionEvent(EventId eventId, Username username,
MailboxId mailboxId, MessageId messageId, long size,
+ Instant internalDate, boolean
hasAttachments, String headerBlobId, String bodyBlobId) implements Event {
Review Comment:
```suggestion
Instant internalDate, boolean
hasAttachments, BlobId headerBlobId, BlobId bodyBlobId) implements Event {
```
?
--
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]