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 TypeMethodDescriptionreactor.core.publisher.Mono<T>
doWithClient
(org.springframework.web.reactive.function.client.WebClient client)
-
Method Details
-
doWithClient
reactor.core.publisher.Mono<T> doWithClient(org.springframework.web.reactive.function.client.WebClient client)
-