Interface ReactiveElasticsearchClient.ReactiveElasticsearchClientCallback<T>

Type Parameters:
T - the type emitted by the returned Mono.
Enclosing interface:
ReactiveElasticsearchClient

public static interface ReactiveElasticsearchClient.ReactiveElasticsearchClientCallback<T>
Low level callback interface operating upon WebClient to send commands towards elasticsearch.
Since:
3.2
Author:
Christoph Strobl
  • Method Summary

    Modifier and Type
    Method
    Description
    reactor.core.publisher.Mono<T>
     
  • Method Details

    • doWithClient

      reactor.core.publisher.Mono<T> doWithClient(WebClient client)