Toggle navigation
Home
org.apache.james.mailbox.store.event.DelegatingMailboxListener to org.apache.james.mailbox.events.EventBus
No. of Instances - 27
No. of Commits - 1
No. of Projects - {'james-project'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Rename Variable
delegatingListener
to
eventBus
delegatingListener
to
eventBus
delegatingMailboxListener
to
eventBus
delegatingMailboxListener
to
eventBus
delegatingMailboxListener
to
eventBus
delegatingMailboxListener
to
eventBus
delegatingMailboxListener
to
eventBus
delegatingMailboxListener
to
eventBus
delegatingMailboxListener
to
eventBus
delegatingMailboxListener
to
eventBus
delegatingMailboxListener
to
eventBus
delegatingListener
to
eventBus
delegatingListener
to
eventBus
delegatingListener
to
eventBus
delegatingListener
to
eventBus
delegatingListener
to
eventBus
delegatingMailboxListener
to
eventBus
delegatingMailboxListener
to
eventBus
delegatingMailboxListener
to
eventBus
delegatingMailboxListener
to
eventBus
delegatingMailboxListener
to
eventBus
delegatingMailboxListener
to
eventBus
delegatingMailboxListener
to
eventBus
delegatingMailboxListener
to
eventBus
delegatingMailboxListener
to
eventBus
delegatingMailboxListener
to
eventBus
delegatingMailboxListener
to
eventBus
delegatingMailboxListener
to
eventBus
delegatingMailboxListener
to
eventBus
delegatingMailboxListener
to
eventBus
delegatingMailboxListener
to
eventBus
delegatingMailboxListener
to
eventBus
delegatingMailboxListener
to
eventBus
delegatingMailboxListener
to
eventBus
delegatingMailboxListener
to
eventBus
Cascading Type Change (Similar)
DelegatingMailboxListener
to
EventBus
Add or Remove Method invocation
delegatingListener.event(EventFactory.mailboxAdded().randomEventId().mailboxSession(mailboxSession).mailbox(m).build())
to
eventBus.dispatch(EventFactory.mailboxAdded().randomEventId().mailboxSession(mailboxSession).mailbox(m).build(),new MailboxIdRegistrationKey(m.getMailboxId()))
delegatingListener.event(EventFactory.mailboxDeleted().randomEventId().mailboxSession(session).mailbox(mailbox).quotaRoot(quotaRoot).quotaCount(QuotaCount.count(messageCount)).quotaSize(QuotaSize.size(totalSize)).build())
to
eventBus.dispatch(EventFactory.mailboxDeleted().randomEventId().mailboxSession(session).mailbox(mailbox).quotaRoot(quotaRoot).quotaCount(QuotaCount.count(messageCount)).quotaSize(QuotaSize.size(totalSize)).build(),new MailboxIdRegistrationKey(mailbox.getMailboxId()))
delegatingListener.event(EventFactory.mailboxRenamed().randomEventId().mailboxSession(session).mailboxId(sub.getMailboxId()).oldPath(fromPath).newPath(sub.generateAssociatedPath()).build())
to
eventBus.dispatch(EventFactory.mailboxRenamed().randomEventId().mailboxSession(session).mailboxId(sub.getMailboxId()).oldPath(fromPath).newPath(sub.generateAssociatedPath()).build(),new MailboxIdRegistrationKey(sub.getMailboxId()))
delegatingMailboxListener.event(EventFactory.added().randomEventId().mailboxSession(mailboxSession).mailbox(mailbox).addMessage(copy).build())
to
eventBus.dispatch(EventFactory.added().randomEventId().mailboxSession(mailboxSession).mailbox(mailbox).addMessage(copy).build(),new MailboxIdRegistrationKey(mailbox.getMailboxId()))