Interface | Description |
---|---|
OnCommitEvent<T> |
Base type for the OnCommit events
|
OnCommitEvent.OnCommitEventTransactionStatusSettable<E> |
An implementable event for external developer that may wish to publish an
OnCommitEvent and be able to
update the OnCommitEvent.OnCommitEventTransactionStatus once it is known |
OnCommitEventManager |
Allow to publish
OnCommitEvent and OnCommitIssueEventBundle events, that if inside a transaction will
not actually be published until the transaction has finished. |
Class | Description |
---|---|
OnCommitEventManagerImpl |
Enum | Description |
---|---|
OnCommitEvent.OnCommitEventDataReloadStatus |
Used to indicate to consumers of
OnCommitEvent whether the data contained in event was reloaded after commit
or not. |
OnCommitEvent.OnCommitEventTransactionStatus |
Used to indicate to consumers of
OnCommitEvent whether this event was actually published after a transaction
commit, or if it was sent immediately, as not inside a transaction. |
Copyright © 2002-2019 Atlassian. All Rights Reserved.