예제 #1
0
 protected BasePipeLine(ICollector collector, IOutputer outputer, List <IProcessor> processors, TransmitModel model)
 {
     this.processors = processors;
     this.collector  = collector;
     this.outputer   = outputer;
     this.model      = model;
 }
예제 #2
0
 public IBuilder Model(TransmitModel model)
 {
     this.model = model;
     return(this);
 }