@Configuration @ConditionalOnMissingBean(name="taskLauncher") @ConditionalOnClass(value=org.springframework.cloud.deployer.spi.local.LocalTaskLauncher.class) protected static class TaskLauncherConfiguration.LocalTaskDeployerConfiguration extends Object
Modifier | Constructor and Description |
---|---|
protected |
LocalTaskDeployerConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.springframework.cloud.deployer.spi.task.TaskLauncher |
taskLauncher() |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.