示例#1
0
 public void Consume <T>(string queueName, Action <string, T> callback)
 {
     Cons.Consume($"{Scope}.{queueName}", callback);
 }