Interface IndexingWork<T>

    • Method Detail

      • getQueuingKey

        String getQueuingKey()
        Returns:
        A string that will be used to route the work to a specific queue. Never null. Works that must be executed in the same relative order they were submitted in (i.e. works pertaining to the same document) should return the same string.