Qore ElasticSearchDataProvider Module Reference 1.0
Loading...
Searching...
No Matches
ElasticSearchDataProviderBase.qc.dox.h
1// -*- mode: c++; indent-tabs-mode: nil -*-
3
29
30public:
31protected:
32 RestClient rest;
33
34public:
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