LeviLamina
Loading...
Searching...
No Matches
ISignalingServiceTelemetry.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/network/services/signaling/SignalServiceConnectStage.h"
7
8// auto generated forward declare list
9// clang-format off
11namespace Json { class Value; }
12// clang-format on
13
15public:
16 // virtual functions
17 // NOLINTBEGIN
18 // vIndex: 0
19 virtual ~ISignalingServiceTelemetry() = default;
20
21 // vIndex: 1
22 virtual void fireEventSignalServiceConnect(::SignalServiceConnectStage, ::Json::Value const&) const = 0;
23
24 // vIndex: 2
25 virtual void fireEventSignalMessagePerformance(::MessagePerformance const&) const = 0;
26
27 // vIndex: 3
28 virtual ::std::string getAppSessionId() const = 0;
29
30 // vIndex: 4
31 virtual ::std::string getCorrelationId() const = 0;
32 // NOLINTEND
33
34public:
35 // virtual function thunks
36 // NOLINTBEGIN
37
38 // NOLINTEND
39};
Definition ISignalingServiceTelemetry.h:14
Definition Value.h:16
Definition MessagePerformance.h:5