Package com.algolia.search.models
Interface WaitableResponse
-
- All Known Implementing Classes:
AddApiKeyResponse,BatchIndexingResponse,BatchResponse,ClearSynonymsResponse,CopyResponse,CopyToResponse,DeleteApiKeyResponse,DeleteResponse,DictionaryResponse,IndexingResponse,MoveIndexResponse,MultipleIndexBatchIndexingResponse,MultiResponse,RestoreApiKeyResponse,SaveRuleResponse,SaveSynonymResponse,SetSettingsResponse,UpdateApiKeyResponse,UpdateObjectResponse
public interface WaitableResponseAll write operations in Algolia are asynchronous by design. https://www.algolia.com/doc/api-reference/api-methods/wait-task/
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwaitTask()Wait for a task to complete before executing the next line of code, to synchronize index updates.
-