Class InvocationTracker.NoOpInvocationTracker
java.lang.Object
dk.cloudcreate.essentials.shared.reflection.invocation.InvocationTracker.NoOpInvocationTracker
- All Implemented Interfaces:
InvocationTracker
- Enclosing interface:
- InvocationTracker
public static class InvocationTracker.NoOpInvocationTracker
extends Object
implements InvocationTracker
-
Nested Class Summary
Nested classes/interfaces inherited from interface dk.cloudcreate.essentials.shared.reflection.invocation.InvocationTracker
InvocationTracker.NoOpInvocationTracker -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidtrackMethodInvoked(Method method, Object invokeMethodsOn, Duration duration, Object argument) Track that the method had been invocation
-
Constructor Details
-
NoOpInvocationTracker
public NoOpInvocationTracker()
-
-
Method Details
-
trackMethodInvoked
public void trackMethodInvoked(Method method, Object invokeMethodsOn, Duration duration, Object argument) Description copied from interface:InvocationTrackerTrack that the method had been invocation- Specified by:
trackMethodInvokedin interfaceInvocationTracker- Parameters:
method- the invoked methodinvokeMethodsOn- The object where themethodwas invoked onduration- the duration of the invocationargument- the argument passed to the method
-