GRPC C++  1.81.0
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 
20 
21 namespace grpc {
22 namespace impl {
23 
24 template <>
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