$darkmode
Qore ElasticSearchDataProvider Module Reference 1.0
ElasticSearchDataProviderBase.qc.dox.h
1 // -*- mode: c++; indent-tabs-mode: nil -*-
3 
26 namespace ElasticSearchDataProvider {
29 
30 public:
31 protected:
32  RestClient rest;
33 
34 public:
35 
38 
39 
42 
43 
45  setLogger(*LoggerInterface logger);
46 
47 };
48 };
49 
The AWS REST client base data provider class.
Definition: ElasticSearchDataProviderBase.qc.dox.h:28
constructor(RestClient rest)
Creates the object from a REST connection.
setLogger(*LoggerInterface logger)
Accepts a LoggerInterface object for logging (or clears it)
Qore ElasticSearchDataProvider module definition.
Definition: ElasticSearchAcknowledgedDataType.qc.dox.h:26