コード例 #1
0
 public MetricsEngine(QueueInfrastructure infrastructure)
 {
     endpoint = new RawEndpoint(infrastructure, OnMessage, "metrics");
 }