nx_server_plugin_sdk  1.0
Server Plugin SDK
integration.h
1 // Copyright 2018-present Network Optix, Inc. Licensed under MPL 2.0: www.mozilla.org/MPL/2.0/
2 
3 #pragma once
4 
5 #include <nx/sdk/analytics/helpers/integration.h>
6 #include <nx/sdk/analytics/i_engine.h>
7 
8 namespace nx {
9 namespace vms_server_plugins {
10 namespace analytics {
11 namespace stub {
12 namespace error_reporting {
13 
15 {
16 public:
17  Integration() = default;
18 
19 protected:
21  virtual std::string instanceId() const override { return "nx.stub.error_reporting"; }
22  virtual std::string manifestString() const override;
23 };
24 
25 } // namespace error_reporting
26 } // namespace stub
27 } // namespace analytics
28 } // namespace vms_server_plugins
29 } // namespace nx
virtual nx::sdk::Result< nx::sdk::analytics::IEngine * > doObtainEngine() override
Definition: integration.cpp:20
virtual std::string instanceId() const override
Definition: integration.h:21
Definition: result.h:52
Definition: apple_utils.h:6
Definition: integration.h:21