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