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.

@FunctionalInterface public interface MeilisearchCallback<T>
Callback interface for low level operations executed against a Meilisearch environment.
  • Method Summary

    Modifier and Type
    Method
    Description
    doWithClient(com.meilisearch.sdk.Client client)
     
  • Method Details

    • doWithClient

      T doWithClient(com.meilisearch.sdk.Client client) throws com.meilisearch.sdk.exceptions.MeilisearchException
      Throws:
      com.meilisearch.sdk.exceptions.MeilisearchException