Documentation
Java Profiler 10 Help
Probes: extendable profiling and monitoring
Monitoring method invocation events
Callback method parameter annotation @MethodParameterTypes
Java Profiler 10 Help
Probes: extendable profiling and monitoring
Monitoring method invocation events
Callback method parameter annotation @MethodParameterTypesCallback method parameter annotation @MethodParameterTypes
Callback parameter annotated with @MethodParameterTypes
will be assigned with the list of parameter types of the method being executed.
Declaration type
Callback parameter annotated with @MethodParameterTypes
should be declared as java.lang.String.
In which callbacks can be used
Parameter annotated with @MethodParameterTypes can be used in any callback.