Class MetricRegistryProxyHandler

java.lang.Object
org.eclipse.microprofile.fault.tolerance.tck.metrics.util.MetricRegistryProxyHandler
All Implemented Interfaces:
InvocationHandler

public class MetricRegistryProxyHandler extends Object implements InvocationHandler
Invocation handler which dynamically loads the MetricRegistry class and invokes its methods by reflection
  • Field Details

    • METRIC_REGISTRY_CLAZZ

      public static final Class<?> METRIC_REGISTRY_CLAZZ
  • Constructor Details

    • MetricRegistryProxyHandler

      public MetricRegistryProxyHandler(Object metricRegistryInstance)
  • Method Details