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

◆ findObjectByIdAsync() [1/2]

std::future< void > IceDiscovery::LookupPrx::findObjectByIdAsync ( std::string_view domainId,
const ::Ice::Identity & id,
const std::optional< LookupReplyPrx > & reply,
const Ice::Context & context = Ice::noExplicitContext ) const
nodiscard

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.
contextThe request context.
Returns
A future that becomes available when the invocation completes.