Interface ReactiveElasticsearchOperations.ClientCallback<T extends org.reactivestreams.Publisher<?>>

Type Parameters:
T - result type of the callback
Enclosing interface:
ReactiveElasticsearchOperations

public static interface ReactiveElasticsearchOperations.ClientCallback<T extends org.reactivestreams.Publisher<?>>
Callback interface to be used with ReactiveElasticsearchOperations.execute(ClientCallback) for operating directly on ReactiveElasticsearchClient.
Since:
3.2
Author:
Christoph Strobl