Hi all, Received an update from the engineering team via daycare.So, the
right way to register the Preprocessor is to implement the PreProcessor
interface but register it as an IProcessor service.
@component((immediate = true)) @Service((IProcessor.class)) public class
MyPreProcessor implements IPreProcessor { private static final Logger
LOG = LoggerFactory.getLogger(MyPreProcessor.class); //Implementation
here }