public class MeteredInvocationHandleFactory extends Object implements InvocationHandlerFactory
InvocationHandler with metrics.InvocationHandlerFactory.Default, InvocationHandlerFactory.MethodHandler| Constructor and Description |
|---|
MeteredInvocationHandleFactory(InvocationHandlerFactory invocationHandler,
com.codahale.metrics.MetricRegistry metricRegistry,
MetricSuppliers metricSuppliers) |
| Modifier and Type | Method and Description |
|---|---|
InvocationHandler |
create(Target target,
Map<Method,InvocationHandlerFactory.MethodHandler> dispatch) |
public MeteredInvocationHandleFactory(InvocationHandlerFactory invocationHandler, com.codahale.metrics.MetricRegistry metricRegistry, MetricSuppliers metricSuppliers)
public InvocationHandler create(Target target, Map<Method,InvocationHandlerFactory.MethodHandler> dispatch)
create in interface InvocationHandlerFactoryCopyright © 2012–2023 OpenFeign. All rights reserved.