GRPC C++
1.66.0
|
#include <map>
#include <memory>
#include <grpcpp/impl/server_builder_option.h>
#include <grpcpp/support/channel_arguments.h>
Go to the source code of this file.
Namespaces | |
grpc | |
An Alarm posts the user-provided tag to its associated completion queue or invokes the user-provided function on expiry or cancellation. | |
Functions | |
std::unique_ptr< ServerBuilderOption > | grpc::MakeChannelArgumentOption (const std::string &name, const std::string &value) |
std::unique_ptr< ServerBuilderOption > | grpc::MakeChannelArgumentOption (const std::string &name, int value) |
std::unique_ptr< ServerBuilderOption > | grpc::MakeChannelArgumentOption (const std::string &name, void *value) |