Package | Description |
---|---|
org.springframework.cloud.dataflow.server.config |
Spring Cloud Data Flow Server configuration classes.
|
org.springframework.cloud.dataflow.server.service.impl |
Contains Service implementations for the Dataflow Server.
|
org.springframework.cloud.dataflow.server.service.impl.validation |
Modifier and Type | Method and Description |
---|---|
StreamValidationService |
DataFlowControllerAutoConfiguration.streamValidationService(AppRegistryCommon appRegistryCommon,
DockerValidatorProperties dockerValidatorProperties,
StreamDefinitionRepository streamDefinitionRepository) |
Modifier and Type | Method and Description |
---|---|
StreamService |
DataFlowControllerAutoConfiguration.AppDeploymentConfiguration.simpleStreamDeploymentService(StreamDefinitionRepository streamDefinitionRepository,
AppDeployerStreamDeployer appDeployerStreamDeployer,
AppDeploymentRequestCreator appDeploymentRequestCreator,
StreamValidationService streamValidationService,
AuditRecordService auditRecordService) |
SkipperStreamService |
DataFlowControllerAutoConfiguration.SkipperDeploymentConfiguration.skipperStreamDeploymentService(StreamDefinitionRepository streamDefinitionRepository,
SkipperStreamDeployer skipperStreamDeployer,
AppDeploymentRequestCreator appDeploymentRequestCreator,
StreamValidationService streamValidationService,
AuditRecordService auditRecordService) |
Modifier and Type | Field and Description |
---|---|
protected StreamValidationService |
AbstractStreamService.streamValidationService |
Constructor and Description |
---|
AbstractStreamService(StreamDefinitionRepository streamDefinitionRepository,
StreamValidationService streamValidationService,
AuditRecordService auditRecordService)
Constructor for implementations of the
StreamService . |
AppDeployerStreamService(StreamDefinitionRepository streamDefinitionRepository,
AppDeployerStreamDeployer appDeployerStreamDeployer,
AppDeploymentRequestCreator appDeploymentRequestCreator,
StreamValidationService streamValidationService,
AuditRecordService auditRecordService) |
DefaultSkipperStreamService(StreamDefinitionRepository streamDefinitionRepository,
SkipperStreamDeployer skipperStreamDeployer,
AppDeploymentRequestCreator appDeploymentRequestCreator,
StreamValidationService streamValidationService,
AuditRecordService auditRecordService) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultStreamValidationService
Implementation of the StreamValidationService that delegates to the stream definition repository.
|
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.