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

◆ setObserversByIdentityAsync() [2/2]

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.

Parameters
registryObsThe registry observer identity.
nodeObsThe node observer identity.
appObsThe application observer.
adptObsThe adapter observer.
objObsThe object observer.
responseThe response callback.
exceptionThe exception callback.
sentThe sent callback.
contextThe request context.
Returns
A function that can be called to cancel the invocation locally.