Public Member Functions | Private Attributes | List of all members
grpc::testing::AdditionalMetadataInterceptor Class Reference

#include <client_helper.h>

Inheritance diagram for grpc::testing::AdditionalMetadataInterceptor:
Inheritance graph
[legend]

Public Member Functions

 AdditionalMetadataInterceptor (std::multimap< std::string, std::string > additional_metadata)
 
void Intercept (experimental::InterceptorBatchMethods *methods) override
 
- Public Member Functions inherited from grpc::experimental::Interceptor
virtual ~Interceptor ()
 

Private Attributes

const std::multimap< std::string, std::string > additional_metadata_
 

Detailed Description

Definition at line 69 of file client_helper.h.

Constructor & Destructor Documentation

◆ AdditionalMetadataInterceptor()

grpc::testing::AdditionalMetadataInterceptor::AdditionalMetadataInterceptor ( std::multimap< std::string, std::string >  additional_metadata)
inlineexplicit

Definition at line 71 of file client_helper.h.

Member Function Documentation

◆ Intercept()

void grpc::testing::AdditionalMetadataInterceptor::Intercept ( experimental::InterceptorBatchMethods methods)
inlineoverridevirtual

The one public method of an Interceptor interface. Override this to trigger the desired actions at the hook points described above.

Implements grpc::experimental::Interceptor.

Definition at line 75 of file client_helper.h.

Member Data Documentation

◆ additional_metadata_

const std::multimap<std::string, std::string> grpc::testing::AdditionalMetadataInterceptor::additional_metadata_
private

Definition at line 88 of file client_helper.h.


The documentation for this class was generated from the following file:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:33