public interface MethodTracerFactory
Modifier and Type | Method and Description |
---|---|
MethodTracer |
methodInvoked(java.lang.String methodName,
java.lang.Object invocationTarget,
java.lang.Object[] arguments)
Deprecated.
Called when an instrumented method is invoked.
|
MethodTracer methodInvoked(java.lang.String methodName, java.lang.Object invocationTarget, java.lang.Object[] arguments)
null
).methodName
- The name of the traced method being invoked.invocationTarget
- The object being invoked.arguments
- The method arguments.null
.