std::function< void()> IceGrid::AdminSessionPrx::setObserversByIdentityAsync | ( | const ::Ice::Identity & | registryObs, |
const ::Ice::Identity & | nodeObs, | ||
const ::Ice::Identity & | appObs, | ||
const ::Ice::Identity & | adptObs, | ||
const ::Ice::Identity & | objObs, | ||
std::function< void()> | response, | ||
std::function< void(std::exception_ptr)> | exception = nullptr, | ||
std::function< void(bool)> | sent = nullptr, | ||
const Ice::Context & | context = Ice::noExplicitContext ) const |
Sets the observer identities that receive notifications when the state of the registry or nodes changes.
This operation should be used by clients that are using a bidirectional connection to communicate with the session.
registryObs | The registry observer identity. |
nodeObs | The node observer identity. |
appObs | The application observer. |
adptObs | The adapter observer. |
objObs | The object observer. |
response | The response callback. |
exception | The exception callback. |
sent | The sent callback. |
context | The request context. |