public interface TxnAwareEventFactory
Modifier and Type | Method and Description |
---|---|
void |
issueChangedEventOnCommit(long issueId,
ApplicationUser caller,
Comment comment,
long changeGroupId,
boolean sendMail) |
void |
publishOnCommitEvent(java.util.function.Supplier<OnCommitEvent> onCommitEventSupplier) |
void |
publishOnCommitIssueEventBundle(java.util.function.Supplier<OnCommitIssueEventBundle> onCommitBundleEventSupplier) |
void issueChangedEventOnCommit(long issueId, ApplicationUser caller, Comment comment, long changeGroupId, boolean sendMail)
void publishOnCommitIssueEventBundle(java.util.function.Supplier<OnCommitIssueEventBundle> onCommitBundleEventSupplier)
void publishOnCommitEvent(java.util.function.Supplier<OnCommitEvent> onCommitEventSupplier)
Copyright © 2002-2022 Atlassian. All Rights Reserved.