Interface ReactiveChildTemplate.ClientCallback<CLIENT, RESULT extends Publisher<?>>
- Enclosing class:
ReactiveChildTemplate<T extends co.elastic.clients.transport.Transport, CLIENT extends co.elastic.clients.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 ReactiveChildTemplate.ClientCallback<CLIENT, RESULT extends Publisher<?>>
Callback interface to be used with
ReactiveChildTemplate.execute(ClientCallback) for operating directly on the client.- Since:
- 4.4
- Author:
- Peter-Josef Meisch
-
Method Summary
-
Method Details
-
doWithClient
-