@Configuration @ComponentScan(value="io.cloudslang.runtime.impl.python") @Import(value=io.cloudslang.dependency.impl.services.DependenciesManagementConfiguration.class) public class PythonExecutionEngineConfiguration extends Object
| Constructor and Description |
|---|
PythonExecutionEngineConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
PythonRuntimeService |
externalPythonRuntimeService() |
PythonRuntimeService |
pythonRuntimeService() |
@Bean(name="jythonRuntimeService") public PythonRuntimeService pythonRuntimeService()
@Bean(name="externalPythonRuntimeService") public PythonRuntimeService externalPythonRuntimeService()
Copyright © 2020. All rights reserved.