healthInspector.startAndWait();
}
@Override
public void announceReady() {
FlowletContext ctx = getContext();
for (String key : dataIngestionPortsMap.keySet()) {
portsAnnouncementList.add(ctx.announce(key, inputFlowletService.getDataPort(key)));
LOG.info("Announced Data Port {} - {}", key, inputFlowletService.getDataPort(key));
}
}