// a list of processors in the route
List<ProcessorType> counterList = new ArrayList<ProcessorType>();
// add the output configure the outputs with the routeType
for (ProcessorType<?> processorType : outputs) {
routeType.addOutput(processorType);
counterList.add(processorType);
}
// set the error handler strategy containing the list of outputs added
// TODO: align this code with InstrumentationLifecycleStrategy