Uses of Class
dagger.producers.monitoring.ProductionComponentMonitor
Package
Description
This package provides hooks for monitoring producers.
-
Uses of ProductionComponentMonitor in dagger.producers.monitoring
Modifier and TypeClassDescriptionfinal class
A monitor that measures the timing of the execution of a production component, and logs those timings with the given recorder.Modifier and TypeMethodDescriptionabstract ProductionComponentMonitor
Creates a component-specific monitor when the component is created.static ProductionComponentMonitor
ProductionComponentMonitor.noOp()
Returns a monitor that does no monitoring.