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

◆ getDispatchObserver()

virtual DispatchObserverPtr Ice::Instrumentation::CommunicatorObserver::getDispatchObserver ( const Current & c,
int size )
pure virtual

Gets a dispatch observer for the given dispatch.

The Ice runtime calls this method each time it receives an incoming invocation to be dispatched for an Ice object.

Parameters
cThe current object as provided to the Ice servant dispatching the invocation.
sizeThe size of the dispatch.
Returns
The dispatch observer to instrument the dispatch.