예제 #1
0
 public Subscriber(IInputChannel inputChannel, IMessageFilter messageFilter, ICallbackDispatcher dispatcher)
     : base(inputChannel, messageFilter, dispatcher)
 {
     _callbackDispatcher = dispatcher;
 }