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 |
---|---|
SkipperStreamDeployer |
DataFlowControllerAutoConfiguration.StreamEnabledConfiguration.skipperStreamDeployer(org.springframework.cloud.skipper.client.SkipperClient skipperClient,
StreamDefinitionRepository streamDefinitionRepository,
org.springframework.cloud.skipper.client.SkipperClientProperties skipperClientProperties,
AppRegistryService appRegistryService,
ForkJoinPool runtimeAppsStatusFJPFB,
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 © 2023 Pivotal Software, Inc.. All rights reserved.