Package ch.tocco.nice2.metrics.impl
Interface MetricsCategoryExtractor
- All Known Implementing Classes:
ActionMetricsCategoryExtractor
,ActionMetricsCategoryExtractor
,ReportingMetricsCategoryExtractor
,ReportingMetricsCategoryExtractor
public interface MetricsCategoryExtractor
-
Method Summary
Modifier and TypeMethodDescription@Nullable CategoryData
extractCategoryData
(Method invokedMethod, Object[] parameters) default int
priority()
priority is used to define order in which the extractors are called.
-
Method Details
-
activityType
ActivityType activityType() -
priority
default int priority()priority is used to define order in which the extractors are called. -
extractCategoryData
-