public class TimedResourceInterceptor extends Object implements org.aopalliance.intercept.MethodInterceptor
| Constructor and Description |
|---|
TimedResourceInterceptor(javax.inject.Provider<com.sun.jersey.guice.spi.container.servlet.GuiceContainer> jerseyContainer,
javax.inject.Provider<com.codahale.metrics.MetricRegistry> metricRegistry,
String resourcePath,
String metricName,
String httpMethod) |
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(org.aopalliance.intercept.MethodInvocation invocation) |
Copyright © 2010–2020. All rights reserved.