GRPC Core  18.0.0
Data Structures | Public Member Functions
grpc_core::Subchannel::ConnectivityStateWatcherInterface Class Referenceabstract

#include <subchannel.h>

Data Structures

struct  ConnectivityStateChange
 

Public Member Functions

 ~ConnectivityStateWatcherInterface () override=default
 
virtual void OnConnectivityStateChange ()=0
 
virtual grpc_pollset_setinterested_parties ()=0
 
void PushConnectivityStateChange (ConnectivityStateChange state_change)
 
ConnectivityStateChange PopConnectivityStateChange ()
 
- Public Member Functions inherited from grpc_core::RefCounted< ConnectivityStateWatcherInterface >
 ~RefCounted ()=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)
 
RefCountedPtr< ConnectivityStateWatcherInterfaceRefIfNonZero () GRPC_MUST_USE_RESULT
 
RefCountedPtr< ConnectivityStateWatcherInterfaceRefIfNonZero (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT
 
 RefCounted (const RefCounted &)=delete
 
RefCountedoperator= (const RefCounted &)=delete
 
- Public Member Functions inherited from grpc_core::PolymorphicRefCount
virtual ~PolymorphicRefCount ()=default
 

Additional Inherited Members

- Protected Member Functions inherited from grpc_core::RefCounted< ConnectivityStateWatcherInterface >
 RefCounted (const char *trace=nullptr, intptr_t initial_refcount=1)
 

Constructor & Destructor Documentation

◆ ~ConnectivityStateWatcherInterface()

grpc_core::Subchannel::ConnectivityStateWatcherInterface::~ConnectivityStateWatcherInterface ( )
overridedefault

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 ( )
pure virtual

◆ PopConnectivityStateChange()

Subchannel::ConnectivityStateWatcherInterface::ConnectivityStateChange grpc_core::Subchannel::ConnectivityStateWatcherInterface::PopConnectivityStateChange ( )

◆ PushConnectivityStateChange()

void grpc_core::Subchannel::ConnectivityStateWatcherInterface::PushConnectivityStateChange ( ConnectivityStateChange  state_change)

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