Class MetricProvider

  • All Implemented Interfaces:
    com.google.inject.Provider<Metric>, javax.inject.Provider<Metric>

    public class MetricProvider
    extends java.lang.Object
    implements com.google.inject.Provider<Metric>
    Author:
    Simon Thoresen Hult
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Metric get()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MetricProvider

        @Inject
        public MetricProvider​(com.google.inject.Provider<MetricConsumer> consumerProvider)
    • Method Detail

      • get

        public Metric get()
        Specified by:
        get in interface com.google.inject.Provider<Metric>
        Specified by:
        get in interface javax.inject.Provider<Metric>