Uses of Class
dagger.producers.monitoring.ProductionComponentMonitor
Packages that use ProductionComponentMonitor
Package
Description
This package provides hooks for monitoring producers.
-
Uses of ProductionComponentMonitor in dagger.producers.monitoring
Subclasses of ProductionComponentMonitor in dagger.producers.monitoringModifier and TypeClassDescriptionfinal class
A 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 ProductionComponentMonitorModifier and TypeMethodDescriptionabstract ProductionComponentMonitor
Creates a component-specific monitor when the component is created.static ProductionComponentMonitor
ProductionComponentMonitor.noOp()
Returns a monitor that does no monitoring.