//Initiating AbstractInputFlowlet Components
recordQueue = new GDATRecordQueue();
//Initiating Netty TCP I/O ports
inputFlowletService = new InputFlowletService(binDir, spec, healthInspector, metricsRecorder, recordQueue,
dataIngestionPortsMap, this);
inputFlowletService.startAndWait();
//Starting health monitor service
healthInspector.startAndWait();