Package | Description |
---|---|
org.springframework.cloud.dataflow.registry.service |
Root package of Spring Cloud Data Flow Core.
|
org.springframework.cloud.dataflow.server.config |
Spring Cloud Data Flow Server configuration classes.
|
org.springframework.cloud.dataflow.server.controller |
Spring Cloud Data Flow Server Controllers.
|
org.springframework.cloud.dataflow.server.stream |
Modifier and Type | Class and Description |
---|---|
class |
DefaultAppRegistryService
Convenience wrapper for the that operates on higher level
DefaultAppRegistryService objects and supports on-demand loading of
Resource s. |
Modifier and Type | Method and Description |
---|---|
AppRegistryService |
DataFlowControllerAutoConfiguration.SkipperDeploymentConfiguration.appRegistryService(AppRegistrationRepository appRegistrationRepository,
AppResourceCommon appResourceCommon) |
Modifier and Type | Method and Description |
---|---|
SkipperAppRegistryController |
DataFlowControllerAutoConfiguration.SkipperDeploymentConfiguration.skipperAppRegistryController(StreamDefinitionRepository streamDefinitionRepository,
StreamService streamService,
AppRegistryService appRegistry,
ApplicationConfigurationMetadataResolver metadataResolver,
ForkJoinPool appRegistryFJPFB,
org.springframework.cloud.deployer.resource.maven.MavenProperties mavenProperties) |
SkipperStreamDeployer |
DataFlowControllerAutoConfiguration.SkipperDeploymentConfiguration.skipperStreamDeployer(org.springframework.cloud.skipper.client.SkipperClient skipperClient,
StreamDefinitionRepository streamDefinitionRepository,
org.springframework.cloud.skipper.client.SkipperClientProperties skipperClientProperties,
AppRegistryService appRegistryService,
ForkJoinPool runtimeAppsStatusFJPFB) |
Constructor and Description |
---|
SkipperAppRegistryController(StreamDefinitionRepository streamDefinitionRepository,
StreamService streamService,
AppRegistryService appRegistryService,
ApplicationConfigurationMetadataResolver metadataResolver,
ForkJoinPool forkJoinPool,
org.springframework.cloud.deployer.resource.maven.MavenProperties mavenProperties) |
Constructor and Description |
---|
SkipperStreamDeployer(org.springframework.cloud.skipper.client.SkipperClient skipperClient,
StreamDefinitionRepository streamDefinitionRepository,
AppRegistryService appRegistryService,
ForkJoinPool forkJoinPool) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.