Uses of Interface
org.springframework.data.elasticsearch.core.sql.ReactiveSqlOperations
Packages that use ReactiveSqlOperations
Package
Description
This package contains classes that use the new Elasticsearch client library (co.elastic.clients:elasticsearch-java)
to access Elasticsearch.
-
Uses of ReactiveSqlOperations in org.springframework.data.elasticsearch.client.elc
Classes in org.springframework.data.elasticsearch.client.elc that implement ReactiveSqlOperationsModifier and TypeClassDescriptionclassImplementation ofReactiveElasticsearchOperationsusing the new Elasticsearch client. -
Uses of ReactiveSqlOperations in org.springframework.data.elasticsearch.core
Subinterfaces of ReactiveSqlOperations in org.springframework.data.elasticsearch.coreModifier and TypeInterfaceDescriptioninterfaceInterface that specifies a basic set of Elasticsearch operations executed in a reactive way.Classes in org.springframework.data.elasticsearch.core that implement ReactiveSqlOperationsModifier and TypeClassDescriptionclassBase class keeping common code for implementations of theReactiveElasticsearchOperationsinterface independent of the used client.