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.controller.assembler | |
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,
StreamDefinitionService streamDefinitionService) |
Modifier and Type | Method and Description |
---|---|
StreamDefinitionAssemblerProvider |
DataFlowControllerAutoConfiguration.StreamEnabledConfiguration.streamDefinitionAssemblerProvider(StreamDefinitionService streamDefinitionService,
StreamService streamService) |
StreamDefinitionController |
DataFlowControllerAutoConfiguration.StreamEnabledConfiguration.streamDefinitionController(StreamService streamService,
StreamDefinitionService streamDefinitionService,
AppRegistryService appRegistryService,
StreamDefinitionAssemblerProvider<? extends StreamDefinitionResource> streamDefinitionAssemblerProvider,
AppRegistrationAssemblerProvider<? extends AppRegistrationResource> appRegistrationAssemblerProvider) |
StreamValidationController |
DataFlowControllerAutoConfiguration.StreamEnabledConfiguration.streamValidationController(StreamService streamService) |
StreamDeploymentController |
DataFlowControllerAutoConfiguration.StreamEnabledConfiguration.updatableStreamDeploymentController(StreamDefinitionRepository repository,
StreamService streamService,
StreamDefinitionService streamDefinitionService) |
Modifier and Type | Method and Description |
---|---|
AppRegistryController |
DataFlowControllerAutoConfiguration.AppRegistryConfiguration.appRegistryController(Optional<StreamDefinitionRepository> streamDefinitionRepository,
Optional<StreamService> streamService,
AppRegistryService appRegistry,
ApplicationConfigurationMetadataResolver metadataResolver,
ForkJoinPool appRegistryFJPFB,
StreamDefinitionService streamDefinitionService,
AppRegistrationAssemblerProvider<? extends AppRegistrationResource> appRegistrationAssemblerProvider) |
Constructor and Description |
---|
StreamDefinitionController(StreamService streamService,
StreamDefinitionService streamDefinitionService,
AppRegistryService appRegistryService,
StreamDefinitionAssemblerProvider<? extends StreamDefinitionResource> streamDefinitionAssemblerProvider,
AppRegistrationAssemblerProvider<? extends AppRegistrationResource> appRegistrationAssemblerProvider)
Create a
StreamDefinitionController that delegates to StreamService . |
StreamDeploymentController(StreamDefinitionRepository repository,
StreamService streamService,
StreamDefinitionService streamDefinitionService)
Construct a new UpdatableStreamDeploymentController, given a
StreamDeploymentController and StreamService and StreamDefinitionService |
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,
StreamDefinitionService streamDefinitionService,
AppRegistrationAssemblerProvider<? extends AppRegistrationResource> appRegistrationAssemblerProvider) |
Modifier and Type | Field and Description |
---|---|
protected StreamService |
DefaultStreamDefinitionAssemblerProvider.streamService |
protected StreamService |
DefaultStreamDefinitionAssembler.streamService |
Constructor and Description |
---|
DefaultStreamDefinitionAssembler(StreamDefinitionService streamDefinitionService,
StreamService streamService,
List<StreamDefinition> streamDefinitions,
Class<R> classType) |
DefaultStreamDefinitionAssemblerProvider(StreamDefinitionService streamDefinitionService,
StreamService streamService) |
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 © 2023 Pivotal Software, Inc.. All rights reserved.