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
  • Constructor Details

    • NoOpInvocationTracker

      public NoOpInvocationTracker()
  • Method Details

    • trackMethodInvoked

      public void trackMethodInvoked(Method method, Object invokeMethodsOn, Duration duration, Object argument)
      Description copied from interface: InvocationTracker
      Track that the method had been invocation
      Specified by:
      trackMethodInvoked in interface InvocationTracker
      Parameters:
      method - the invoked method
      invokeMethodsOn - The object where the method was invoked on
      duration - the duration of the invocation
      argument - the argument passed to the method