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

◆ getInvocationObserver()

virtual InvocationObserverPtr Ice::Instrumentation::CommunicatorObserver::getInvocationObserver ( const std::optional< ObjectPrx > & prx,
std::string_view operation,
const Context & ctx )
pure virtual

Gets an invocation observer for the given invocation.

The Ice runtime calls this method for each new invocation on a proxy.

Parameters
prxThe proxy used for the invocation.
operationThe name of the operation.
ctxThe context specified by the user.
Returns
The invocation observer to instrument the invocation.