Interface MeilisearchCallback<T>
- Type Parameters:
T- return type
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback interface for low level operations executed against a Meilisearch environment.
-
Method Summary
-
Method Details
-
doWithClient
T doWithClient(com.meilisearch.sdk.Client client) throws com.meilisearch.sdk.exceptions.MeilisearchException - Throws:
com.meilisearch.sdk.exceptions.MeilisearchException
-