Exemplo n.º 1
0
 public void MarkThreadRejection()
 {
     counter.Increment(HystrixRollingNumberEvent.ThreadPoolRejected);
 }
 public void MarkSuccess()
 {
     counter.Increment(HystrixRollingNumberEvent.Success);
 }