Package org.nustaq.kontraktor
Interface RemoteCallMonitor
- All Known Implementing Classes:
RateLoggingRemoteCallMonitor
public interface RemoteCallMonitor
receives all remote method calls as well as promises / callback responses received from remote.
It's static delegate, inject an implementation at Actor.RemoteCallMonitoring
-
Method Summary
Modifier and TypeMethodDescription<SELF extends Actor>
voidremoteCallObserved(Actor selfActor, ObjectSocket objSocket, RemoteCallEntry rce, Object authContext)
-
Method Details
-
remoteCallObserved
<SELF extends Actor> void remoteCallObserved(Actor selfActor, ObjectSocket objSocket, RemoteCallEntry rce, Object authContext)
-