| std::function< void()> IceDiscovery::LookupReplyPrx::foundAdapterByIdAsync | ( | std::string_view | id, |
| const std::optional< Ice::ObjectPrx > & | prx, | ||
| bool | isReplicaGroup, | ||
| 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 |
Provides a reply to a IceDiscovery::LookupPrx::findAdapterById request.
| id | The adapter ID. |
| prx | The adapter proxy (a dummy proxy created by the adapter). The proxy provides the adapter endpoints. This proxy is never null. |
| isReplicaGroup | Indicates whether the adapter is a member of a replica group. |
| response | The response callback. |
| exception | The exception callback. |
| sent | The sent callback. |
| context | The request context. |