@Configuration @Import(value=CloudFoundryOAuthSecurityConfiguration.class) @AutoConfigureBefore(value=org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryDeployerAutoConfiguration.class) public class CloudFoundryDataFlowServerConfiguration extends Object
Constructor and Description |
---|
CloudFoundryDataFlowServerConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryDeploymentProperties |
appDeploymentProperties() |
CloudFoundryServerConfigurationProperties |
cloudFoundryServerConfigurationProperties() |
org.springframework.cloud.deployer.autoconfigure.DelegatingResourceLoaderBuilderCustomizer |
dockerDelegatingResourceLoaderBuilderCustomizer() |
org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryDeploymentProperties |
taskDeploymentProperties() |
public CloudFoundryDataFlowServerConfiguration()
@Bean @ConfigurationProperties(prefix="spring.cloud.deployer.cloudfoundry.stream") public org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryDeploymentProperties appDeploymentProperties()
@Bean @ConfigurationProperties(prefix="spring.cloud.deployer.cloudfoundry.task") public org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryDeploymentProperties taskDeploymentProperties()
@Bean @ConfigurationProperties(prefix="spring.cloud.dataflow.server.cloudfoundry") public CloudFoundryServerConfigurationProperties cloudFoundryServerConfigurationProperties()
@Bean public org.springframework.cloud.deployer.autoconfigure.DelegatingResourceLoaderBuilderCustomizer dockerDelegatingResourceLoaderBuilderCustomizer()
@PostConstruct public void afterPropertiesSet()
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.