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

◆ findObjectByIdAsync()

virtual void IceDiscovery::AsyncLookup::findObjectByIdAsync ( std::string domainId,
::Ice::Identity id,
std::optional< LookupReplyPrx > reply,
std::function< void()> response,
std::function< void(std::exception_ptr)> exception,
const Ice::Current & current )
pure virtual

Finds a well-known Ice object.

Parameters
domainIdThe IceDiscovery domain identifier. An IceDiscovery client only replies to requests with a matching domain identifier.
idThe well-known object identity.
replyThe proxy of the IceDiscovery::LookupReplyPrx interface that should be used to send the reply if a matching object is found. The reply proxy is never null.
responseThe response callback.
exceptionThe exception callback.
currentThe Current object of the incoming request.