protected static interface AbstractReactiveElasticsearchTemplate.SearchDocumentCallback<T>
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<T> |
toEntity(SearchDocument response) |
reactor.core.publisher.Mono<SearchHit<T>> |
toSearchHit(SearchDocument response) |
reactor.core.publisher.Mono<T> toEntity(SearchDocument response)
reactor.core.publisher.Mono<SearchHit<T>> toSearchHit(SearchDocument response)
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.