#include <grpc/support/port_platform.h>#include <string>#include "src/core/ext/filters/client_channel/client_channel_channelz.h"#include "src/core/ext/filters/client_channel/subchannel.h"#include "src/core/ext/filters/client_channel/subchannel_stream_client.h"#include "src/core/lib/gprpp/orphanable.h"#include "src/core/lib/gprpp/ref_counted_ptr.h"#include "src/core/lib/iomgr/iomgr_fwd.h"#include "src/core/lib/transport/connectivity_state.h"

Go to the source code of this file.
Namespaces | |
| grpc_core | |
Functions | |
| OrphanablePtr< SubchannelStreamClient > | grpc_core::MakeHealthCheckClient (std::string service_name, RefCountedPtr< ConnectedSubchannel > connected_subchannel, grpc_pollset_set *interested_parties, RefCountedPtr< channelz::SubchannelNode > channelz_node, RefCountedPtr< ConnectivityStateWatcherInterface > watcher) |