Interface ChildTemplate.ClientCallback<CLIENT,RESULT>

Enclosing class:
ChildTemplate<T extends org.opensearch.client.transport.Transport,CLIENT extends org.opensearch.client.ApiClient<T,CLIENT>>
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 static interface ChildTemplate.ClientCallback<CLIENT,RESULT>
Callback interface to be used with ChildTemplate.execute(ClientCallback) for operating directly on the client.
  • Method Summary

    Modifier and Type
    Method
    Description