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

◆ foundAdapterById()

virtual void IceDiscovery::LookupReply::foundAdapterById ( std::string id,
std::optional< Ice::ObjectPrx > prx,
bool isReplicaGroup,
const Ice::Current & current )
pure virtual

Provides a reply to a IceDiscovery::LookupPrx::findAdapterById request.

Parameters
idThe adapter ID.
prxThe adapter proxy (a dummy proxy created by the adapter). The proxy provides the adapter endpoints. This proxy is never null.
isReplicaGroupIndicates whether the adapter is a member of a replica group.
currentThe Current object of the incoming request.