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

◆ adapterInitAsync()

virtual void IceGrid::AsyncAdapterObserver::adapterInitAsync ( AdapterInfoSeq adpts,
std::function< void()> response,
std::function< void(std::exception_ptr)> exception,
const Ice::Current & current )
pure virtual

Provides the initial list of dynamically registered adapters to the observer.

Parameters
adptsThe adapters that were dynamically registered with the registry.
responseThe response callback.
exceptionThe exception callback.
currentThe Current object of the incoming request.