GRPC C++  1.26.0
Public Member Functions | Protected Member Functions
grpc_core::AsyncConnectivityStateWatcherInterface Class Referenceabstract

#include <connectivity_state.h>

Public Member Functions

virtual ~AsyncConnectivityStateWatcherInterface ()=default
 
void Notify (grpc_connectivity_state new_state) override final
 
- Public Member Functions inherited from grpc_core::ConnectivityStateWatcherInterface
virtual ~ConnectivityStateWatcherInterface ()=default
 
void Orphan () override
 
- 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
 Orphanable (const Orphanable &)=delete
 
Orphanableoperator= (const Orphanable &)=delete
 

Protected Member Functions

 AsyncConnectivityStateWatcherInterface (Combiner *combiner=nullptr)
 
virtual void OnConnectivityStateChange (grpc_connectivity_state new_state)=0
 
- 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

◆ ~AsyncConnectivityStateWatcherInterface()

virtual grpc_core::AsyncConnectivityStateWatcherInterface::~AsyncConnectivityStateWatcherInterface ( )
virtualdefault

◆ AsyncConnectivityStateWatcherInterface()

grpc_core::AsyncConnectivityStateWatcherInterface::AsyncConnectivityStateWatcherInterface ( Combiner combiner = nullptr)
inlineexplicitprotected

Member Function Documentation

◆ Notify()

void grpc_core::AsyncConnectivityStateWatcherInterface::Notify ( grpc_connectivity_state  new_state)
finaloverridevirtual

◆ OnConnectivityStateChange()

virtual void grpc_core::AsyncConnectivityStateWatcherInterface::OnConnectivityStateChange ( grpc_connectivity_state  new_state)
protectedpure virtual

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