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

◆ nodeUpAsync()

virtual void IceGrid::AsyncNodeObserver::nodeUpAsync ( NodeDynamicInfo node,
std::function< void()> response,
std::function< void(std::exception_ptr)> exception,
const Ice::Current & current )
pure virtual

Notifies the observer that a node came up.

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