protected override void OnServiceNotify(Niffle message, RoutingKey routingKey)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 override protected void OnServiceNotify(Niffle message, RoutingKey routingKey)
 {
     //Nothing required
 }
 protected override bool ExcuteRuleLogic(Niffle message)
 {
     throw new NotImplementedException();
 }
 protected override void OnStateUpdate(Niffle message, RoutingKey routingKey)
 {
     throw new NotImplementedException();
 }