Class AbstractReactiveElasticsearchTemplate

java.lang.Object
org.springframework.data.elasticsearch.core.AbstractReactiveElasticsearchTemplate
All Implemented Interfaces:
Aware, ApplicationContextAware, ReactiveDocumentOperations, ReactiveElasticsearchOperations, ReactiveSearchOperations
Direct Known Subclasses:
ReactiveElasticsearchTemplate, ReactiveElasticsearchTemplate

public abstract class AbstractReactiveElasticsearchTemplate extends Object implements ReactiveElasticsearchOperations, ApplicationContextAware
Base class keeping common code for implementations of the ReactiveElasticsearchOperations interface independent of the used client.
Since:
4.4
Author:
Peter-Josef Meisch