@Configuration @ConditionalOnBean(value=org.springframework.cloud.deployer.spi.app.AppDeployer.class) public static class DataFlowControllerAutoConfiguration.AppDeploymentConfiguration extends Object
Constructor and Description |
---|
AppDeploymentConfiguration() |
Modifier and Type | Method and Description |
---|---|
AppDeployerStreamDeployer |
appDeployerStreamDeployer(org.springframework.cloud.deployer.spi.app.AppDeployer appDeployer,
DeploymentIdRepository deploymentIdRepository,
StreamDefinitionRepository streamDefinitionRepository,
StreamDeploymentRepository streamDeploymentRepository,
ForkJoinPool appRegistryFJPFB) |
AppRegistry |
appRegistry(org.springframework.cloud.deployer.resource.registry.UriRegistry uriRegistry,
org.springframework.cloud.deployer.resource.support.DelegatingResourceLoader resourceLoader,
org.springframework.cloud.deployer.resource.maven.MavenProperties mavenProperties) |
AppRegistryController |
appRegistryController(AppRegistry appRegistry,
ApplicationConfigurationMetadataResolver metadataResolver,
ForkJoinPool appRegistryFJPFB) |
StreamService |
simpleStreamDeploymentService(StreamDefinitionRepository streamDefinitionRepository,
AppDeployerStreamDeployer appDeployerStreamDeployer,
AppDeploymentRequestCreator appDeploymentRequestCreator,
AppRegistryCommon appRegistry) |
StreamDeploymentController |
streamDeploymentController(StreamDefinitionRepository repository,
StreamService streamService) |
org.springframework.cloud.deployer.resource.registry.UriRegistry |
uriRegistry(DataSource dataSource) |
@Bean @ConditionalOnBean(value={StreamDefinitionRepository.class,StreamDeploymentRepository.class}) public StreamDeploymentController streamDeploymentController(StreamDefinitionRepository repository, StreamService streamService)
@Bean @ConditionalOnBean(value={StreamDefinitionRepository.class,StreamDeploymentRepository.class}) public StreamService simpleStreamDeploymentService(StreamDefinitionRepository streamDefinitionRepository, AppDeployerStreamDeployer appDeployerStreamDeployer, AppDeploymentRequestCreator appDeploymentRequestCreator, AppRegistryCommon appRegistry)
@Bean @ConditionalOnBean(value={StreamDefinitionRepository.class,StreamDeploymentRepository.class}) public AppDeployerStreamDeployer appDeployerStreamDeployer(org.springframework.cloud.deployer.spi.app.AppDeployer appDeployer, DeploymentIdRepository deploymentIdRepository, StreamDefinitionRepository streamDefinitionRepository, StreamDeploymentRepository streamDeploymentRepository, ForkJoinPool appRegistryFJPFB)
@Bean public AppRegistryController appRegistryController(AppRegistry appRegistry, ApplicationConfigurationMetadataResolver metadataResolver, ForkJoinPool appRegistryFJPFB)
@Bean public org.springframework.cloud.deployer.resource.registry.UriRegistry uriRegistry(DataSource dataSource)
@Bean public AppRegistry appRegistry(org.springframework.cloud.deployer.resource.registry.UriRegistry uriRegistry, org.springframework.cloud.deployer.resource.support.DelegatingResourceLoader resourceLoader, org.springframework.cloud.deployer.resource.maven.MavenProperties mavenProperties)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.