std::function< void()> IceDiscovery::LookupPrx::findAdapterByIdAsync | ( | std::string_view | domainId, |
std::string_view | id, | ||
const std::optional< LookupReplyPrx > & | reply, | ||
std::function< void()> | response, | ||
std::function< void(std::exception_ptr)> | exception = nullptr, | ||
std::function< void(bool)> | sent = nullptr, | ||
const Ice::Context & | context = Ice::noExplicitContext ) const |
Finds an object adapter.
domainId | The IceDiscovery domain identifier. An IceDiscovery client only replies to requests with a matching domain identifier. |
id | The adapter ID. |
reply | The 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. |
response | The response callback. |
exception | The exception callback. |
sent | The sent callback. |
context | The request context. |