Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ getEndpointLookupObserver()

virtual ObserverPtr Ice::Instrumentation::CommunicatorObserver::getEndpointLookupObserver ( const EndpointPtr & endpt)
pure virtual

Gets an observer for the given endpoint information.

The Ice runtime calls this method to resolve an endpoint and obtain the list of connectors. For IP endpoints, this typically involves doing a DNS lookup to obtain the IP addresses associated with the DNS name.

Parameters
endptThe endpoint.
Returns
The observer to instrument the endpoint lookup.