Class AdviceFunctionCallRecorder

java.lang.Object
com.github.beothorn.agent.advice.AdviceFunctionCallRecorder

public class AdviceFunctionCallRecorder extends Object
This advice is supposed to be injected on methods. It will call the recorder to record the method call on the next snapshot. This advice does not get the capture the values of the parameters.
  • Constructor Details

    • AdviceFunctionCallRecorder

      public AdviceFunctionCallRecorder()
  • Method Details

    • enter

      @OnMethodEnter public static void enter(@Origin Method method, @AllArguments Object[] allArguments)
    • exit

      @OnMethodExit public static void exit()