GRPC Core  9.0.0
Public Member Functions
grpc_core::Subchannel::ConnectivityStateWatcherInterface Class Referenceabstract

#include <subchannel.h>

Public Member Functions

virtual ~ConnectivityStateWatcherInterface ()=default
 
virtual void OnConnectivityStateChange (grpc_connectivity_state new_state, RefCountedPtr< ConnectedSubchannel > connected_subchannel)=0
 
virtual grpc_pollset_setinterested_parties ()=0
 
- Public Member Functions inherited from grpc_core::InternallyRefCounted< ConnectivityStateWatcherInterface >
 InternallyRefCounted (const InternallyRefCounted &)=delete
 
InternallyRefCountedoperator= (const InternallyRefCounted &)=delete
 
- Public Member Functions inherited from grpc_core::Orphanable
virtual void Orphan ()=0
 
 Orphanable (const Orphanable &)=delete
 
Orphanableoperator= (const Orphanable &)=delete
 

Additional Inherited Members

- Protected Member Functions inherited from grpc_core::InternallyRefCounted< ConnectivityStateWatcherInterface >
 InternallyRefCounted (TraceFlagT *trace_flag=nullptr, intptr_t initial_refcount=1)
 
virtual ~InternallyRefCounted ()=default
 
RefCountedPtr< ConnectivityStateWatcherInterfaceRef () GRPC_MUST_USE_RESULT
 
RefCountedPtr< ConnectivityStateWatcherInterfaceRef (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT
 
void Unref ()
 
void Unref (const DebugLocation &location, const char *reason)
 
- Protected Member Functions inherited from grpc_core::Orphanable
 Orphanable ()
 
virtual ~Orphanable ()
 

Constructor & Destructor Documentation

◆ ~ConnectivityStateWatcherInterface()

virtual grpc_core::Subchannel::ConnectivityStateWatcherInterface::~ConnectivityStateWatcherInterface ( )
virtualdefault

Member Function Documentation

◆ interested_parties()

virtual grpc_pollset_set* grpc_core::Subchannel::ConnectivityStateWatcherInterface::interested_parties ( )
pure virtual

◆ OnConnectivityStateChange()

virtual void grpc_core::Subchannel::ConnectivityStateWatcherInterface::OnConnectivityStateChange ( grpc_connectivity_state  new_state,
RefCountedPtr< ConnectedSubchannel connected_subchannel 
)
pure virtual

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