Package com.amazonaws.metrics
Interface RequestMetricCollector.Factory
-
- Enclosing class:
- RequestMetricCollector
public static interface RequestMetricCollector.Factory
Can be used to serve as a factory for the request metric collector.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RequestMetricCollector
getRequestMetricCollector()
Returns an instance of the collector; or null if if failed to create one.
-
-
-
Method Detail
-
getRequestMetricCollector
RequestMetricCollector getRequestMetricCollector()
Returns an instance of the collector; or null if if failed to create one.
-
-