@Configuration 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() |
LRUCleaningResourceLoaderBeanPostProcessor |
lruCleaningResourceLoaderInstaller(CloudFoundryServerConfigurationProperties serverConfiguration,
org.springframework.cloud.deployer.resource.maven.MavenProperties mavenProperties) |
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 LRUCleaningResourceLoaderBeanPostProcessor lruCleaningResourceLoaderInstaller(CloudFoundryServerConfigurationProperties serverConfiguration, org.springframework.cloud.deployer.resource.maven.MavenProperties mavenProperties)
@PostConstruct public void afterPropertiesSet()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.