Results 4 comments of Parshant Sehrawat

Thanks for a prompt reply! Here is the exception I get when I do `gradle run` `Exception in thread "main" javax.el.PropertyNotFoundException: The class 'com.TimedMethodImplicit' does not have a readable property...

I have a public `getRegistry` getter method. But still it throws this exception. `@metrics(registry = "${ this.registry }") class TimedMethodImplicit implements ITimedMethod { private final Random rand = new Random();...

@monitorjbl > Yeah, this isn't explicitly possible with this library. The stream is consumed in one direction and there is no way to reverse it. This is due to the...