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

◆ createIndirectProxy()

template<typename Prx = ObjectPrx, std::enable_if_t< std::is_base_of_v< ObjectPrx, Prx >, bool > = true>
Prx Ice::ObjectAdapter::createIndirectProxy ( Identity id)
inline

Creates an indirect proxy for an Ice identity.

Template Parameters
PrxThe type of the proxy to return.
Parameters
idAn Ice identity.
Returns
An indirect proxy with the given identity. If this object adapter is not configured with an adapter ID or a replica group ID, the new proxy is a well-known proxy (i.e., an identity-only proxy).

Definition at line 277 of file ObjectAdapter.h.