GRPC C++
1.81.0
include
grpcpp
impl
allowed_call_context_types.h
Go to the documentation of this file.
1
// Copyright 2026 gRPC authors.
2
//
3
// Licensed under the Apache License, Version 2.0 (the "License");
4
// you may not use this file except in compliance with the License.
5
// You may obtain a copy of the License at
6
//
7
// http://www.apache.org/licenses/LICENSE-2.0
8
//
9
// Unless required by applicable law or agreed to in writing, software
10
// distributed under the License is distributed on an "AS IS" BASIS,
11
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
// See the License for the specific language governing permissions and
13
// limitations under the License.
14
15
#ifndef GRPCPP_IMPL_ALLOWED_CALL_CONTEXT_TYPES_H
16
#define GRPCPP_IMPL_ALLOWED_CALL_CONTEXT_TYPES_H
17
18
#include <
grpcpp/call_context_types.h
>
19
#include <
grpcpp/impl/call_context_registry.h
>
20
21
namespace
grpc
{
22
namespace
impl {
23
24
template
<>
25
struct
CallContextType
<
TelemetryLabel
>
26
:
public
CallContextTypeBase
<TelemetryLabel> {
27
static
void
Propagate(
TelemetryLabel
* label, grpc_core::Arena* arena);
28
};
29
30
}
// namespace impl
31
}
// namespace grpc
32
33
#endif // GRPCPP_IMPL_ALLOWED_CALL_CONTEXT_TYPES_H
grpc
An Alarm posts the user-provided tag to its associated completion queue or invokes the user-provided ...
Definition:
alarm.h:33
call_context_registry.h
grpc_core::TelemetryLabel
Definition:
context_types.h:22
grpc::impl::CallContextTypeBase
Definition:
call_context_registry.h:33
grpc::impl::CallContextType
Definition:
call_context_registry.h:30
call_context_types.h
Generated on Fri May 29 2026 17:40:41 for GRPC C++ by
1.8.17