GRPC Core  18.0.0
Public Member Functions
grpc_core::XdsClient::ListenerWatcherInterface Class Referenceabstract

#include <xds_client.h>

Public Member Functions

virtual ~ListenerWatcherInterface ()=default
 
virtual void OnListenerChanged (XdsApi::LdsUpdate listener)=0
 
virtual void OnError (grpc_error_handle error)=0
 
virtual void OnResourceDoesNotExist ()=0
 

Constructor & Destructor Documentation

◆ ~ListenerWatcherInterface()

virtual grpc_core::XdsClient::ListenerWatcherInterface::~ListenerWatcherInterface ( )
virtualdefault

Member Function Documentation

◆ OnError()

virtual void grpc_core::XdsClient::ListenerWatcherInterface::OnError ( grpc_error_handle  error)
pure virtual

◆ OnListenerChanged()

virtual void grpc_core::XdsClient::ListenerWatcherInterface::OnListenerChanged ( XdsApi::LdsUpdate  listener)
pure virtual

◆ OnResourceDoesNotExist()

virtual void grpc_core::XdsClient::ListenerWatcherInterface::OnResourceDoesNotExist ( )
pure virtual

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