Package com.atlassian.jira.issue.index
Interface IssueIndexConsistencyAwaiter
- All Known Implementing Classes:
DefaultIssueIndexConsistencyAwaiter
public interface IssueIndexConsistencyAwaiter
Provides a mechanism to wait until changes to an issue have been updated on the search index
- Since:
- 11.2.1
-
Method Summary
Modifier and TypeMethodDescriptionvoidwaitForIndexConsistency(long issueId, Date lastUpdated) Poll the index for the provided issue ID until its updated date is equal or later than the provided date.
-
Method Details
-
waitForIndexConsistency
Poll the index for the provided issue ID until its updated date is equal or later than the provided date.- Throws:
TimeoutException- if the index remains inconsistent after enough time has elapsed
-