Package | Description |
---|---|
dagger.producers.monitoring |
This package provides hooks for monitoring producers.
|
Modifier and Type | Class and Description |
---|---|
class |
TimingProductionComponentMonitor
A monitor that measures the timing of the execution of a production component, and logs those
timings with the given recorder.
|
Modifier and Type | Method and Description |
---|---|
ProductionComponentMonitor |
TimingProductionComponentMonitor.Factory.create(java.lang.Object component) |
abstract ProductionComponentMonitor |
ProductionComponentMonitor.Factory.create(java.lang.Object component)
Creates a component-specific monitor when the component is created.
|
static ProductionComponentMonitor |
ProductionComponentMonitor.noOp()
Returns a monitor that does no monitoring.
|