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

◆ findAdapterById()

virtual void IceDiscovery::Lookup::findAdapterById ( std::string domainId,
std::string id,
std::optional< LookupReplyPrx > reply,
const Ice::Current & current )
pure virtual

Finds an object adapter.

Parameters
domainIdThe IceDiscovery domain identifier. An IceDiscovery client only replies to requests with a matching domain identifier.
idThe adapter ID.
replyThe proxy of the IceDiscovery::LookupReplyPrx interface that should be used to send the reply if a matching adapter is found. The reply proxy is never null.
currentThe Current object of the incoming request.