예제 #1
0
파일: Consumer.cs 프로젝트: luyajin/equeue
 public Consumer Start()
 {
     _clientService.Start();
     _pullMessageService.Start();
     _rebalanceService.Start();
     _commitConsumeOffsetService.Start();
     _logger.InfoFormat("{0} startted.", GetType().Name);
     return(this);
 }