Esempio n. 1
0
 public HttpActionFactory(AlertmanagerMsg msg)
 {
     alertMsg = msg;
     Strategy = new StrategyScaleGaming();
 }
Esempio n. 2
0
 public abstract HttpAction[] GetActions(AlertmanagerMsg alertMsg);