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.StreamEnabledConfiguration.streamValidationService(AppRegistryService appRegistry,
DockerValidatorProperties dockerValidatorProperties,
StreamDefinitionRepository streamDefinitionRepository,
StreamDefinitionService streamDefinitionService) |
Modifier and Type | Method and Description |
---|---|
StreamService |
DataFlowControllerAutoConfiguration.StreamEnabledConfiguration.streamService(StreamDefinitionRepository streamDefinitionRepository,
SkipperStreamDeployer skipperStreamDeployer,
AppDeploymentRequestCreator appDeploymentRequestCreator,
StreamValidationService streamValidationService,
org.springframework.cloud.dataflow.audit.service.AuditRecordService auditRecordService,
StreamDefinitionService streamDefinitionService) |
Modifier and Type | Field and Description |
---|---|
protected StreamValidationService |
DefaultStreamService.streamValidationService |
Constructor and Description |
---|
DefaultStreamService(StreamDefinitionRepository streamDefinitionRepository,
SkipperStreamDeployer skipperStreamDeployer,
AppDeploymentRequestCreator appDeploymentRequestCreator,
StreamValidationService streamValidationService,
org.springframework.cloud.dataflow.audit.service.AuditRecordService auditRecordService,
StreamDefinitionService streamDefinitionService) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultStreamValidationService
Implementation of the StreamValidationService that delegates to the stream definition repository.
|
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.