public static final class ReactiveElasticsearchQueryExecution.ResultProcessingExecution extends Object implements ReactiveElasticsearchQueryExecution
ReactiveElasticsearchQueryExecution that wraps the results of the given delegate with the given result
processing.ReactiveElasticsearchQueryExecution.ResultProcessingConverter, ReactiveElasticsearchQueryExecution.ResultProcessingExecution| Constructor and Description |
|---|
ResultProcessingExecution(ReactiveElasticsearchQueryExecution delegate,
Converter<Object,Object> converter) |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(Query query,
Class<?> type,
Class<?> targetType,
IndexCoordinates indexCoordinates) |
public ResultProcessingExecution(ReactiveElasticsearchQueryExecution delegate, Converter<Object,Object> converter)
public Object execute(Query query, Class<?> type, @Nullable Class<?> targetType, IndexCoordinates indexCoordinates)
execute in interface ReactiveElasticsearchQueryExecutionCopyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.