Uses of Class
dagger.producers.monitoring.ProductionComponentMonitor
-
Packages that use ProductionComponentMonitor Package Description dagger.producers.monitoring This package provides hooks for monitoring producers. -
-
Uses of ProductionComponentMonitor in dagger.producers.monitoring
Subclasses of ProductionComponentMonitor in dagger.producers.monitoring Modifier and Type Class Description classTimingProductionComponentMonitorA monitor that measures the timing of the execution of a production component, and logs those timings with the given recorder.Methods in dagger.producers.monitoring that return ProductionComponentMonitor Modifier and Type Method Description abstract ProductionComponentMonitorProductionComponentMonitor.Factory. create(java.lang.Object component)Creates a component-specific monitor when the component is created.ProductionComponentMonitorTimingProductionComponentMonitor.Factory. create(java.lang.Object component)static ProductionComponentMonitorProductionComponentMonitor. noOp()Returns a monitor that does no monitoring.
-