Class MetricInvocationHandler<T>

java.lang.Object
org.nuxeo.runtime.management.metrics.MetricInvocationHandler<T>
All Implemented Interfaces:
InvocationHandler

public class MetricInvocationHandler<T> extends Object implements InvocationHandler
  • Field Details

    • proxied

      protected final T proxied
  • Constructor Details

    • MetricInvocationHandler

      protected MetricInvocationHandler(T proxied)
  • Method Details