| Package | Description |
|---|---|
| org.springframework.data.elasticsearch.client.elc |
This package contains classes that use the new Elasticsearch client library (co.elastic.clients:elasticsearch-java)
to access Elasticsearch.
|
| org.springframework.data.elasticsearch.core |
| Modifier and Type | Method and Description |
|---|---|
<T> org.reactivestreams.Publisher<T> |
ReactiveElasticsearchTemplate.execute(ReactiveElasticsearchOperations.ClientCallback<org.reactivestreams.Publisher<T>> callback)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
<T> org.reactivestreams.Publisher<T> |
ReactiveElasticsearchOperations.execute(ReactiveElasticsearchOperations.ClientCallback<org.reactivestreams.Publisher<T>> callback)
Deprecated.
since 4.4, use the execute methods from the implementing classes (they are client specific)
|
<T> org.reactivestreams.Publisher<T> |
ReactiveElasticsearchTemplate.execute(ReactiveElasticsearchOperations.ClientCallback<org.reactivestreams.Publisher<T>> callback) |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.