Interface InvocationTracker
- All Known Subinterfaces:
LoggerAwareInvocationTracker
- All Known Implementing Classes:
InvocationTracker.NoOpInvocationTracker,MeasurementInvocationTracker
public interface InvocationTracker
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidtrackMethodInvoked(Method method, Object invokeMethodsOn, Duration duration, Object argument) Track that the method had been invocation
-
Method Details
-
trackMethodInvoked
Track that the method had been invocation- Parameters:
method- the invoked methodinvokeMethodsOn- The object where themethodwas invoked onduration- the duration of the invocationargument- the argument passed to the method
-