public interface ProvisionMetrics
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ProvisionMetrics.Element
Node used to track metrics for an object that has been provisioned
|
static interface |
ProvisionMetrics.Visitor
Visitor API for traversing nodes
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ProvisionMetrics.Visitor visitor)
Traverse the elements using the visitor pattern.
|
void |
pop()
Pop and finalize initialization of the latest object to be provisioned.
|
void |
push(com.google.inject.Key<?> key)
Notification that an object of type 'key' is about to be created.
|
void push(com.google.inject.Key<?> key)
key - void pop()
void accept(ProvisionMetrics.Visitor visitor)
visitor -