| 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.
|
| Modifier and Type | Method and Description |
|---|---|
AppDeploymentRequestCreator |
DataFlowControllerAutoConfiguration.StreamEnabledConfiguration.streamDeploymentPropertiesUtils(AppRegistryService appRegistry,
CommonApplicationProperties commonApplicationProperties,
ApplicationConfigurationMetadataResolver applicationConfigurationMetadataResolver,
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) |
| Constructor and Description |
|---|
DefaultStreamService(StreamDefinitionRepository streamDefinitionRepository,
SkipperStreamDeployer skipperStreamDeployer,
AppDeploymentRequestCreator appDeploymentRequestCreator,
StreamValidationService streamValidationService,
org.springframework.cloud.dataflow.audit.service.AuditRecordService auditRecordService,
StreamDefinitionService streamDefinitionService) |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.