#include <channel_creds_registry.h>
Public Member Functions | |
ChannelCredsRegistry | Build () |
void | RegisterChannelCredsFactory (std::unique_ptr< ChannelCredsFactory< T >> factory) |
Private Attributes | |
std::map< absl::string_view, std::unique_ptr< ChannelCredsFactory< T > > > | factories_ |
Definition at line 62 of file channel_creds_registry.h.
|
inline |
Definition at line 68 of file channel_creds_registry.h.
|
inline |
Definition at line 64 of file channel_creds_registry.h.
|
private |
Definition at line 76 of file channel_creds_registry.h.