public abstract static class ProductionComponentMonitor.Factory extends Object
Constructor and Description |
---|
Factory() |
Modifier and Type | Method and Description |
---|---|
abstract ProductionComponentMonitor |
create(Object component)
Creates a component-specific monitor when the component is created.
|
static ProductionComponentMonitor.Factory |
noOp()
Returns a factory that returns no-op monitors.
|
public abstract ProductionComponentMonitor create(Object component)
public static ProductionComponentMonitor.Factory noOp()
Copyright © 2012���2017 The Dagger Authors. All rights reserved.