protected PythonChainProcessor pythonChainProcessorBean()

in src/main/java/org/apache/sdap/ningester/configuration/AppConfig.java [151:157]


    protected PythonChainProcessor pythonChainProcessorBean(RestTemplate restTemplate) {
        PythonChainProcessor processor = new PythonChainProcessor(restTemplate);
        processor.setProcessorList(applicationProperties.getPythonChainProcessor().getProcessorList());
        processor.setUriPath(applicationProperties.getPythonChainProcessor().getUriPath());

        return processor;
    }