Package org.springframework.cloud.dataflow.server.controller
package org.springframework.cloud.dataflow.server.controller
Spring Cloud Data Flow Server Controllers.
-
ClassDescriptionREST 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.Thrown when a user attempts to launch a non composed task while specifying a composed task runner name.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.Thrown when a stream is already deployed when the controller gets a request to deploy it.Thrown when a stream is already being deployed when the controller gets a request to deploy it.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).Exception thrown when an application can not be unregistered.Knows how to expand app properties into their full form if visible properties (short hand form) have been used.