Package org.nustaq.kontraktor
Class RateLoggingRemoteCallMonitor
java.lang.Object
org.nustaq.kontraktor.RateLoggingRemoteCallMonitor
- All Implemented Interfaces:
RemoteCallMonitor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void<SELF extends Actor>
voidremoteCallObserved(Actor selfActor, ObjectSocket objSocket, RemoteCallEntry rce, Object authContext)
-
Constructor Details
-
RateLoggingRemoteCallMonitor
public RateLoggingRemoteCallMonitor(long intervalMillis)
-
-
Method Details
-
remoteCallObserved
public <SELF extends Actor> void remoteCallObserved(Actor selfActor, ObjectSocket objSocket, RemoteCallEntry rce, Object authContext) - Specified by:
remoteCallObservedin interfaceRemoteCallMonitor
-
main
- Throws:
InterruptedException
-