internal NsqMessageEventArgs(NsqConnection connection, MessageFrame frame)
 {
     this.connection = connection;
     this.frame      = frame;
 }
예제 #2
0
 public NsqConsumer(NsqConsumerOptions options)
 {
     this.conn = new NsqConnection(options);
 }