@Service public class RiskControlEvaluator<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected AlarmService |
alarmService |
protected com.xunlei.channel.riskevaluator.service.EvaluatorService |
evaluatorService |
protected com.xunlei.channel.db.dao.RiskControlResultDAO |
riskControlResultDAO |
| Constructor and Description |
|---|
RiskControlEvaluator() |
| Modifier and Type | Method and Description |
|---|---|
void |
evalAndProcessEvalResult(com.xunlei.channel.riskevaluator.context.EvalContext context,
String taskName,
T data) |
@Autowired protected com.xunlei.channel.db.dao.RiskControlResultDAO riskControlResultDAO
@Autowired protected com.xunlei.channel.riskevaluator.service.EvaluatorService evaluatorService
@Autowired protected AlarmService alarmService
Copyright © 2016. All rights reserved.