コード例 #1
0
 public void NotifyConsume <T>(IConsumeContext <T> consumeContext, string consumerType, string correlationId)
     where T : class
 {
     _context.NotifyConsume(consumeContext, consumerType, correlationId);
 }