Package no.nav.arxaas.analyzer
Interface Analyzer
-
- All Known Implementing Classes:
ARXAnalyzer
public interface AnalyzerPublic contract to be forfilled by data arxaas analyze classes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RiskProfileanalyze(Request payload)Method to run analyzation on the arxaas metrics of the data in the payload with the provided parameters in the payload.
-
-
-
Method Detail
-
analyze
RiskProfile analyze(Request payload)
Method to run analyzation on the arxaas metrics of the data in the payload with the provided parameters in the payload.- Parameters:
payload- Request containing the data to be analyzed and parameters for the analyzation process- Returns:
- RiskProfile object containing the metrics for the provided data
-
-