@Configuration @EnableConfigurationProperties public static class CloudFoundryDeployerAutoConfiguration.EarlyConnectionConfiguration extends Object
| Constructor and Description |
|---|
EarlyConnectionConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
CloudFoundryDeploymentProperties |
appDeploymentProperties() |
org.cloudfoundry.client.CloudFoundryClient |
cloudFoundryClient(org.cloudfoundry.reactor.ConnectionContext connectionContext,
org.cloudfoundry.reactor.TokenProvider tokenProvider) |
CloudFoundryConnectionProperties |
cloudFoundryConnectionProperties() |
org.cloudfoundry.reactor.ConnectionContext |
connectionContext(CloudFoundryConnectionProperties properties) |
CloudFoundryDeploymentProperties |
defaultSharedDeploymentProperties() |
CloudFoundryDeploymentProperties |
taskDeploymentProperties() |
org.cloudfoundry.reactor.TokenProvider |
tokenProvider(CloudFoundryConnectionProperties properties) |
com.github.zafarkhaja.semver.Version |
version(org.cloudfoundry.client.CloudFoundryClient client) |
@Bean @ConditionalOnMissingBean(name="appDeploymentProperties") public CloudFoundryDeploymentProperties appDeploymentProperties()
@Bean @ConditionalOnMissingBean(name="taskDeploymentProperties") public CloudFoundryDeploymentProperties taskDeploymentProperties()
@Bean @ConfigurationProperties(prefix="spring.cloud.deployer.cloudfoundry") public CloudFoundryDeploymentProperties defaultSharedDeploymentProperties()
@Bean @ConditionalOnMissingBean public com.github.zafarkhaja.semver.Version version(org.cloudfoundry.client.CloudFoundryClient client)
@Bean
@ConditionalOnMissingBean
public org.cloudfoundry.client.CloudFoundryClient cloudFoundryClient(org.cloudfoundry.reactor.ConnectionContext connectionContext,
org.cloudfoundry.reactor.TokenProvider tokenProvider)
@Bean @ConditionalOnMissingBean public org.cloudfoundry.reactor.TokenProvider tokenProvider(CloudFoundryConnectionProperties properties)
@Bean @ConditionalOnMissingBean @ConfigurationProperties(prefix="spring.cloud.deployer.cloudfoundry") public CloudFoundryConnectionProperties cloudFoundryConnectionProperties()
@Bean @ConditionalOnMissingBean public org.cloudfoundry.reactor.ConnectionContext connectionContext(CloudFoundryConnectionProperties properties)
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.