Uses of Interface
dagger.producers.monitoring.ProductionComponentTimingRecorder.Factory
Packages that use ProductionComponentTimingRecorder.Factory
Package
Description
This package provides hooks for monitoring producers.
-
Uses of ProductionComponentTimingRecorder.Factory in dagger.producers.monitoring
Methods in dagger.producers.monitoring that return ProductionComponentTimingRecorder.FactoryModifier and TypeMethodDescriptionTimingRecorders.delegatingProductionComponentTimingRecorderFactory
(Collection<ProductionComponentTimingRecorder.Factory> factories) Returns a timing recorder factory that delegates to the given factories, and ensures that any method called on this object, even transitively, does not throw aRuntimeException
or return null.TimingRecorders.noOpProductionComponentTimingRecorderFactory()
Returns a recorder factory that returns no-op component recorders.Method parameters in dagger.producers.monitoring with type arguments of type ProductionComponentTimingRecorder.FactoryModifier and TypeMethodDescriptionTimingRecorders.delegatingProductionComponentTimingRecorderFactory
(Collection<ProductionComponentTimingRecorder.Factory> factories) Returns a timing recorder factory that delegates to the given factories, and ensures that any method called on this object, even transitively, does not throw aRuntimeException
or return null.Constructors in dagger.producers.monitoring with parameters of type ProductionComponentTimingRecorder.Factory