@Configuration @EnableTask @EnableConfigurationProperties(value=TaskConfigurationProperties.class) @ConditionalOnClass(value=org.springframework.cloud.task.configuration.EnableTask.class) public class TaskConfiguration extends Object
| Constructor and Description |
|---|
TaskConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.CommandLineRunner |
commandLineRunner(FunctionCatalog registry) |
@Bean public org.springframework.boot.CommandLineRunner commandLineRunner(FunctionCatalog registry)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.