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

◆ updateAdapterAsync()

virtual void IceGrid::AsyncNodeObserver::updateAdapterAsync ( std::string node,
AdapterDynamicInfo updatedInfo,
std::function< void()> response,
std::function< void(std::exception_ptr)> exception,
const Ice::Current & current )
pure virtual

Notifies the observer that the state of an object adapter changed.

Parameters
nodeThe node hosting the adapter.
updatedInfoThe new adapter state.
responseThe response callback.
exceptionThe exception callback.
currentThe Current object of the incoming request.