Class ActionMetricsCategoryExtractor
java.lang.Object
ch.tocco.nice2.metrics.impl.servlet.ActionMetricsCategoryExtractor
- All Implemented Interfaces:
MetricsCategoryExtractor
@Component
public class ActionMetricsCategoryExtractor
extends Object
implements MetricsCategoryExtractor
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@Nullable CategoryData
extractCategoryData
(Method invokedMethod, Object[] parameters) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.metrics.impl.MetricsCategoryExtractor
priority
-
Field Details
-
ACTION_CATEGORY
- See Also:
-
-
Constructor Details
-
ActionMetricsCategoryExtractor
public ActionMetricsCategoryExtractor()
-
-
Method Details
-
activityType
- Specified by:
activityType
in interfaceMetricsCategoryExtractor
-
extractCategoryData
@Nullable public @Nullable CategoryData extractCategoryData(Method invokedMethod, Object[] parameters) - Specified by:
extractCategoryData
in interfaceMetricsCategoryExtractor
-