@Configuration @Import(value=org.springframework.cloud.stream.module.launcher.ModuleLauncherConfiguration.class) public class LocalConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LocalConfiguration.LocalCondition
Condition which is used to enable local deployer in the default case, that is when
neither running in a cloud, targeting a cloud or running on yarn.
|
Constructor and Description |
---|
LocalConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.springframework.cloud.dataflow.module.deployer.ModuleDeployer |
processModuleDeployer(org.springframework.cloud.stream.module.launcher.ModuleLauncher moduleLauncher) |
org.springframework.cloud.dataflow.module.deployer.ModuleDeployer |
taskModuleDeployer(org.springframework.cloud.stream.module.launcher.ModuleLauncher moduleLauncher) |
@Bean public org.springframework.cloud.dataflow.module.deployer.ModuleDeployer processModuleDeployer(org.springframework.cloud.stream.module.launcher.ModuleLauncher moduleLauncher)
@Bean public org.springframework.cloud.dataflow.module.deployer.ModuleDeployer taskModuleDeployer(org.springframework.cloud.stream.module.launcher.ModuleLauncher moduleLauncher)
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.