Class AdviceFunctionCallRecorderWithCapture

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

public class AdviceFunctionCallRecorderWithCapture 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 capture the values of the parameters.
  • Constructor Details

    • AdviceFunctionCallRecorderWithCapture

      public AdviceFunctionCallRecorderWithCapture()
  • Method Details

    • enter

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

      @OnMethodExit(onThrowable=java.lang.Throwable.class) public static void exit(@Return(typing=DYNAMIC) Object returnValueFromMethod)