Public Member Functions | List of all members
grpc_core::XdsClient::ResourceWatcherInterface Class Referenceabstract

#include <xds_client.h>

Inheritance diagram for grpc_core::XdsClient::ResourceWatcherInterface:
Inheritance graph
[legend]

Public Member Functions

virtual void OnError (absl::Status status) ABSL_EXCLUSIVE_LOCKS_REQUIRED(&work_serializer_)=0
 
virtual void OnGenericResourceChanged (const XdsResourceType::ResourceData *resource) ABSL_EXCLUSIVE_LOCKS_REQUIRED(&work_serializer_)=0
 
virtual void OnResourceDoesNotExist () ABSL_EXCLUSIVE_LOCKS_REQUIRED(&work_serializer_)=0
 
- Public Member Functions inherited from grpc_core::RefCounted< ResourceWatcherInterface >
RefCountedoperator= (const RefCounted &)=delete
 
RefCountedPtr< ResourceWatcherInterface > Ref () GRPC_MUST_USE_RESULT
 
RefCountedPtr< ResourceWatcherInterface > Ref (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT
 
 RefCounted (const RefCounted &)=delete
 
RefCountedPtr< ResourceWatcherInterface > RefIfNonZero () GRPC_MUST_USE_RESULT
 
RefCountedPtr< ResourceWatcherInterface > RefIfNonZero (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT
 
void Unref ()
 
void Unref (const DebugLocation &location, const char *reason)
 
 ~RefCounted ()=default
 
- Public Member Functions inherited from grpc_core::PolymorphicRefCount
virtual ~PolymorphicRefCount ()=default
 

Additional Inherited Members

- Public Types inherited from grpc_core::RefCounted< ResourceWatcherInterface >
using RefCountedChildType = ResourceWatcherInterface
 
- Protected Member Functions inherited from grpc_core::RefCounted< ResourceWatcherInterface >
 RefCounted (const char *trace=nullptr, intptr_t initial_refcount=1)
 

Detailed Description

Definition at line 66 of file xds_client.h.

Member Function Documentation

◆ OnError()

virtual void grpc_core::XdsClient::ResourceWatcherInterface::OnError ( absl::Status  status) &
pure virtual

◆ OnGenericResourceChanged()

virtual void grpc_core::XdsClient::ResourceWatcherInterface::OnGenericResourceChanged ( const XdsResourceType::ResourceData resource) &
pure virtual

◆ OnResourceDoesNotExist()

virtual void grpc_core::XdsClient::ResourceWatcherInterface::OnResourceDoesNotExist ( ) &
pure virtual

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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:38