std::function< void()> Ice::RouterPrx::getClientProxyAsync | ( | std::function< void(std::optional< Ice::ObjectPrx >, std::optional< bool >)> | response, |
std::function< void(std::exception_ptr)> | exception = nullptr, | ||
std::function< void(bool)> | sent = nullptr, | ||
const Ice::Context & | context = Ice::noExplicitContext ) const |
Gets the router's client proxy, i.e.
the proxy to use for forwarding requests from the client to the router. If a null proxy is returned, the client will forward requests to the router's endpoints.
response | The response callback. It accepts:
|
exception | The exception callback. |
sent | The sent callback. |
context | The request context. |