Uses of Package
org.springframework.cloud.dataflow.server.controller
Packages that use org.springframework.cloud.dataflow.server.controller
Package
Description
Spring Cloud Data Flow Server configuration classes.
Contains Service implementations for the Dataflow Server.
-
Classes in org.springframework.cloud.dataflow.server.controller used by org.springframework.cloud.dataflow.server.configClassDescriptionREST controller that provides meta information regarding the dataflow server and its deployers.Handles all
DefaultAppRegistryService
related interactions.Controller for retrievingAuditRecord
s.Exposes the DSL completion features ofStreamCompletionProvider
andTaskCompletionProvider
as a REST API.Controller for operations onJobExecution
.Controller for retrievingJobExecution
s where the step executions are not included in the results that are returned.Controller for operations onJobInstance
.Apply common behavior (exception handling etc.,) to all the REST controllers.Controller for the root resource of the Data Flow server.Exposes runtime status of deployed apps.Controller for operations onStreamDefinition
.Controller for deployment operations onStreamDefinition
s.Retrieves logs of deployed stream applications.Controller for operations onValidationStatus
.Controller to expose boot configuration metadata from an ctr app as it's now just defined as an property and thus its metadata cannot be resolved via registered apps.Controller for operations onTaskDefinition
.Controller for operations onTaskExecution
.This controller provides for retrieving a thin task execution resource that will satisfy UI paging with embedded links to more detail.Retrieves logs of task applications.REST controller for task launching platform related operations.Controller for operations onScheduleInfo
.Controller for operations onTaskExecution
.A controller for integrating with frontend tools.A simple (web, not REST) controller to trigger a redirect to the index page of the admin ui (which comes packaged as a dependency). -
Classes in org.springframework.cloud.dataflow.server.controller used by org.springframework.cloud.dataflow.server.service.implClassDescriptionKnows how to expand app properties into their full form if visible properties (short hand form) have been used.