Package dagger.producers.monitoring
Class ProductionComponentMonitor.Factory
java.lang.Object
dagger.producers.monitoring.ProductionComponentMonitor.Factory
- Direct Known Subclasses:
TimingProductionComponentMonitor.Factory
- Enclosing class:
ProductionComponentMonitor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract ProductionComponentMonitor
Creates a component-specific monitor when the component is created.noOp()
Returns a factory that returns no-op monitors.
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
create
Creates a component-specific monitor when the component is created. -
noOp
Returns a factory that returns no-op monitors.
-