LeviLamina
Loading...
Searching...
No Matches
IRealmsTelemetry.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace Bedrock::Http { class Status; }
8namespace Social::Events { class Event; }
9// clang-format on
10
12public:
13 // virtual functions
14 // NOLINTBEGIN
15 virtual ~IRealmsTelemetry() = default;
16
17 virtual void AddGeneralCall(::std::string const&, ::Bedrock::Http::Status) = 0;
18
19 virtual void AddRealmCall(::std::string const&, int64, ::Bedrock::Http::Status) = 0;
20
21 virtual void PopulateEvent(::Social::Events::Event&) const = 0;
22
23 virtual bool ShouldSendEvent() const = 0;
24 // NOLINTEND
25
26public:
27 // virtual function thunks
28 // NOLINTBEGIN
29
30 // NOLINTEND
31};
Definition Status.h:7
Definition IRealmsTelemetry.h:11
Definition Event.h:18