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 Type
    Method
    Description
    void
    waitForIndexConsistency(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

      void waitForIndexConsistency(long issueId, Date lastUpdated) throws TimeoutException
      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