Interface OnCommitIssueEventBundle


@ExperimentalApi public interface OnCommitIssueEventBundle
This is a commit safe version of IssueEventBundle event. The OnCommitIssueEventBundle is supposed to be fired on commit if it's in a transaction, otherwise fired immediately.

While IssueEventBundle may be fired before commit.

This means that when listening to IssueEventBundle event, inaccurate data may be retrieved from database, while listening to OnCommitIssueEventBundle guarantees the correct data.

Since:
7.4.0