Package | Description |
---|---|
org.springframework.cloud.dataflow.server.service |
Contains various Services (Interfaces) that are part of the Dataflow Server.
|
org.springframework.cloud.dataflow.server.service.impl.validation |
Modifier and Type | Interface and Description |
---|---|
interface |
StreamValidationService
Validate Streams
|
interface |
TaskValidationService
Validation for Tasks
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultStreamValidationService
Implementation of the StreamValidationService that delegates to the stream definition repository.
|
class |
DefaultTaskValidationService
Implementation of the TaskValidationService that delegates to the task definition repository and is able to validate
composed task definitions.
|
class |
DefaultValidationService
Implementation of Validation Service that delegates to the application registry.
|
Copyright © 2024 Pivotal Software, Inc.. All rights reserved.