Package io.vertx.core.metrics.impl

Examples of io.vertx.core.metrics.impl.DummyVertxMetrics$DummyHttpClientMetrics


      if (factories.iterator().hasNext()) {
        VertxMetricsFactory factory = factories.iterator().next();
        return factory.metrics(this, options);
      } else {
        log.warn("Metrics has been set to enabled but no VertxMetricsFactory found on classpath");
        return new DummyVertxMetrics();
      }
    } else {
      return new DummyVertxMetrics();
    }
  }
View Full Code Here

TOP

Related Classes of io.vertx.core.metrics.impl.DummyVertxMetrics$DummyHttpClientMetrics

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.