Package | Description |
---|---|
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.service.impl |
Contains Service implementations for the Dataflow Server.
|
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) |
Modifier and Type | Method and Description |
---|---|
StreamDefinitionController |
DataFlowControllerAutoConfiguration.StreamEnabledConfiguration.streamDefinitionController(StreamDefinitionRepository repository,
StreamService streamService) |
StreamValidationController |
DataFlowControllerAutoConfiguration.StreamEnabledConfiguration.streamValidationController(StreamService streamService) |
StreamDeploymentController |
DataFlowControllerAutoConfiguration.StreamEnabledConfiguration.updatableStreamDeploymentController(StreamDefinitionRepository repository,
StreamService streamService) |
Modifier and Type | Method and Description |
---|---|
AppRegistryController |
DataFlowControllerAutoConfiguration.AppRegistryConfiguration.appRegistryController(Optional<StreamDefinitionRepository> streamDefinitionRepository,
Optional<StreamService> streamService,
AppRegistryService appRegistry,
ApplicationConfigurationMetadataResolver metadataResolver,
ForkJoinPool appRegistryFJPFB) |
Constructor and Description |
---|
StreamDefinitionController(StreamService streamService)
Create a
StreamDefinitionController that delegates to StreamService . |
StreamDeploymentController(StreamDefinitionRepository repository,
StreamService streamService)
Construct a new UpdatableStreamDeploymentController, given a
StreamDeploymentController and StreamService |
StreamValidationController(StreamService streamService)
Create a
StreamValidationController that delegates to StreamService . |
Constructor and Description |
---|
AppRegistryController(Optional<StreamDefinitionRepository> streamDefinitionRepository,
Optional<StreamService> streamService,
AppRegistryService appRegistryService,
ApplicationConfigurationMetadataResolver metadataResolver,
ForkJoinPool forkJoinPool) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultStreamService
Performs manipulation on application and deployment properties, expanding shorthand
application property values, resolving wildcard deployment properties, and creates a
StreamDeploymentRequest . |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.