LeviLamina
Loading...
Searching...
No Matches
IDiscoveryService.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/network/services/CachedAsync.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
namespace
Bedrock::Http {
class
Status
; }
11
namespace
Bedrock::Services {
struct
EnvironmentQueryResponse
; }
12
// clang-format on
13
14
namespace
Bedrock::Services {
15
16
class
IDiscoveryService
{
17
public
:
18
// virtual functions
19
// NOLINTBEGIN
20
virtual
~IDiscoveryService
() =
default
;
21
22
virtual ::Bedrock::Threading::CachedAsync<::std::shared_ptr<::Bedrock::Services::EnvironmentQueryResponse const>>
23
getServiceEndpoints()
const
= 0;
24
25
virtual
void
reset() = 0;
26
27
virtual ::Bedrock::Http::Status
const
& getStatus()
const
= 0;
28
// NOLINTEND
29
30
public
:
31
// virtual function thunks
32
// NOLINTBEGIN
33
34
// NOLINTEND
35
};
36
37
}
// namespace Bedrock::Services
Bedrock::Http::Status
Definition
Status.h:7
Bedrock::Services::IDiscoveryService
Definition
IDiscoveryService.h:16
Bedrock::Services::EnvironmentQueryResponse
Definition
EnvironmentQueryResponse.h:12
src
mc
network
services
discovery
IDiscoveryService.h
Generated on
for LeviLamina by
1.16.1