Hi, is there a way to prevent a method from being instrumented by JavaFlow? I'm asking because most of my methods are not pausable (i.e. Continuation.suspend() won't ever be called from inside these methods), yet they are still being instrumented. I fear this will have an adverse effect on processing time and memory usage (bloated class files and Continuation objects). Memory usage is of particular concern because I'm also serializing Continuation objects to disk.
Cheers, Peter -- View this message in context: http://www.nabble.com/JavaFlow%3A-Prevent-method-from-being-instrumented-tp18800054p18800054.html Sent from the Commons - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
