Package com.appoptics.api.ext
Annotation Type ProfileMethod
-
public @interface ProfileMethod
Profiles execution of a method call using annotation. Will be deprecated soon. Please useLogMethod
instead
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
profileName
Sets the name of the profile reported
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
backTrace
Flags whether method stack trace should be included in the eventboolean
storeReturn
Flags whether method result will be converted to string and stored in the event
-