protected ItemProcessor pythonChainProcessor()

in src/main/java/org/apache/sdap/ningester/configuration/BatchConfig.java [134:136]


    protected ItemProcessor<NexusTile, NexusTile> pythonChainProcessor(PythonChainProcessor pythonChainProcessorBean) {
        return pythonChainProcessorBean::nexusTileProcessor;
    }