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

◆ setObserversByIdentityAsync() [1/2]

std::future< void > IceGrid::AdminSessionPrx::setObserversByIdentityAsync ( const ::Ice::Identity & registryObs,
const ::Ice::Identity & nodeObs,
const ::Ice::Identity & appObs,
const ::Ice::Identity & adptObs,
const ::Ice::Identity & objObs,
const Ice::Context & context = Ice::noExplicitContext ) const
nodiscard

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.
contextThe request context.
Returns
A future that becomes available when the invocation completes.