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.
|
Class and Description |
---|
AboutController
REST controller that provides meta information regarding the dataflow server and its
deployers.
|
AppRegistryController
Handles all
AppRegistry related interactions. |
CompletionController
Exposes the DSL completion features of
StreamCompletionProvider and
TaskCompletionProvider as a REST API. |
JobExecutionController
Controller for operations on
JobExecution . |
JobInstanceController
Controller for operations on
JobInstance . |
JobStepExecutionController |
JobStepExecutionProgressController |
MetricsController
Controller handling metrics requests for as a passthrough to collector.
|
RestControllerAdvice
Apply common behavior (exception handling etc.,) to all the REST controllers.
|
RootController
Controller for the root resource of the Data Flow server.
|
RuntimeAppsController
Exposes runtime status of deployed apps.
|
RuntimeAppsController.AppInstanceController |
SkipperStreamDeploymentController
Controller for deployment operations on
StreamDefinition s. |
StreamDefinitionController
Controller for operations on
StreamDefinition . |
StreamDeploymentController
Controller for deployment operations on
StreamDefinition . |
TaskDefinitionController
Controller for operations on
TaskDefinition . |
TaskExecutionController
Controller for operations on
TaskExecution . |
ToolsController
A controller for integrating with frontend tools.
|
UiController
A simple (web, not REST) controller to trigger a redirect to the index page of the
admin ui (which comes packaged as a dependency).
|
VersionedAppRegistryController
Handles all
DefaultAppRegistryService related interactions. |
Class and Description |
---|
StreamDeploymentController
Controller for deployment operations on
StreamDefinition . |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.