Example #1
0
 @Override
 public BaseProcessor<IN, OUT> start() {
   super.start();
   return this;
 }