health_check_client.h
Go to the documentation of this file.
1 //
2 // Copyright 2018 gRPC authors.
3 //
4 // Licensed under the Apache License, Version 2.0 (the "License");
5 // you may not use this file except in compliance with the License.
6 // You may obtain a copy of the License at
7 //
8 // http://www.apache.org/licenses/LICENSE-2.0
9 //
10 // Unless required by applicable law or agreed to in writing, software
11 // distributed under the License is distributed on an "AS IS" BASIS,
12 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 // See the License for the specific language governing permissions and
14 // limitations under the License.
15 //
16 
17 #ifndef GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_HEALTH_HEALTH_CHECK_CLIENT_H
18 #define GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_HEALTH_HEALTH_CHECK_CLIENT_H
19 
21 
22 #include <string>
23 
31 
32 namespace grpc_core {
33 
34 OrphanablePtr<SubchannelStreamClient> MakeHealthCheckClient(
35  std::string service_name,
36  RefCountedPtr<ConnectedSubchannel> connected_subchannel,
37  grpc_pollset_set* interested_parties,
38  RefCountedPtr<channelz::SubchannelNode> channelz_node,
39  RefCountedPtr<ConnectivityStateWatcherInterface> watcher);
40 
41 } // namespace grpc_core
42 
43 #endif // GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_HEALTH_HEALTH_CHECK_CLIENT_H
orphanable.h
connectivity_state.h
client_channel_channelz.h
grpc_core::MakeHealthCheckClient
OrphanablePtr< SubchannelStreamClient > MakeHealthCheckClient(std::string service_name, RefCountedPtr< ConnectedSubchannel > connected_subchannel, grpc_pollset_set *interested_parties, RefCountedPtr< channelz::SubchannelNode > channelz_node, RefCountedPtr< ConnectivityStateWatcherInterface > watcher)
Definition: health_check_client.cc:160
subchannel.h
grpc_core
Definition: call_metric_recorder.h:31
grpc_pollset_set
struct grpc_pollset_set grpc_pollset_set
Definition: iomgr_fwd.h:23
testing::internal::string
::std::string string
Definition: bloaty/third_party/protobuf/third_party/googletest/googletest/include/gtest/internal/gtest-port.h:881
subchannel_stream_client.h
ref_counted_ptr.h
watcher
ClusterWatcher * watcher
Definition: cds.cc:148
iomgr_fwd.h
port_platform.h


grpc
Author(s):
autogenerated on Fri May 16 2025 02:59:01