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 classA 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 ProductionComponentMonitorCreates a component-specific monitor when the component is created.static ProductionComponentMonitorProductionComponentMonitor.noOp()Returns a monitor that does no monitoring.