use of com.creditease.agent.workqueue.SystemActionEngineMgr in project uavstack by uavorg.
the class SystemStarter method createSystemActionEngineMgr.
private ISystemActionEngineMgr createSystemActionEngineMgr() {
ISystemActionEngineMgr saem = new SystemActionEngineMgr();
this.configMgr.registerComponent("Global", "ISystemActionEngineMgr", saem);
log.info(this, "System ActionEngine Manager created");
return saem;
}
Aggregations