mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-01 09:42:11 +00:00
DATAES-894 - Polishing.
Reformat code. Add author tag. Original pull request: #498.
This commit is contained in:
parent
103bf9f1b9
commit
0cfb1b563e
@ -142,6 +142,7 @@ import org.springframework.web.reactive.function.client.WebClient.RequestBodySpe
|
||||
* @author Roman Puchkovskiy
|
||||
* @author Russell Parry
|
||||
* @author Thomas Geese
|
||||
* @author Brian Clozel
|
||||
* @since 3.2
|
||||
* @see ClientConfiguration
|
||||
* @see ReactiveRestClients
|
||||
@ -468,7 +469,8 @@ public class DefaultReactiveElasticsearchClient implements ReactiveElasticsearch
|
||||
|
||||
Sinks.Many<ActionRequest> request = Sinks.many().unicast().onBackpressureBuffer();
|
||||
|
||||
FluxProcessor<SearchResponse, SearchResponse> inbound = FluxProcessor.fromSink(Sinks.many().unicast().onBackpressureBuffer());
|
||||
FluxProcessor<SearchResponse, SearchResponse> inbound = FluxProcessor
|
||||
.fromSink(Sinks.many().unicast().onBackpressureBuffer());
|
||||
|
||||
Flux<SearchResponse> exchange = request.asFlux().flatMap(it -> {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user