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

◆ findAllObjectsByTypeAsync()

virtual void IceGrid::AsyncQuery::findAllObjectsByTypeAsync ( std::string type,
std::function< void(const ::Ice::ObjectProxySeq &returnValue)> response,
std::function< void(std::exception_ptr)> exception,
const Ice::Current & current ) const
pure virtual

Finds all the well-known objects with the given type.

Parameters
typeThe object type.
responseThe response callback. It accepts:
  • A list of proxies to the well-known objects with the specified type. Can be empty.
exceptionThe exception callback.
currentThe Current object of the incoming request.