예제 #1
0
 public RequestConsumer(IReportConsumerMetric report)
 {
     _report = report;
 }
예제 #2
0
 public BenchmarkMessageHander(IReportConsumerMetric reporter)
 {
     _reporter = reporter;
 }
 public MessageLatencyConsumer(IReportConsumerMetric report)
 {
     _report = report;
 }
예제 #4
0
 public ThroughputFilter(IReportConsumerMetric report, int faultCount)
 {
     _report     = report;
     _faultCount = faultCount;
 }