Uses of Class
org.springframework.cloud.dataflow.rest.resource.LaunchResponseResource
Packages that use LaunchResponseResource
Package
Description
Defines the operations of the Spring Cloud Data Flow REST Client.
Spring Cloud Data Flow Server Controllers.
-
Uses of LaunchResponseResource in org.springframework.cloud.dataflow.rest.client
Methods in org.springframework.cloud.dataflow.rest.client that return LaunchResponseResource -
Uses of LaunchResponseResource in org.springframework.cloud.dataflow.rest.client.dsl.task
Methods in org.springframework.cloud.dataflow.rest.client.dsl.task that return LaunchResponseResourceModifier and TypeMethodDescriptionTask.launch()
Launch a task without properties or arguments.Launch a task with command line arguments.Launch a task with deployment properties and command line arguments. -
Uses of LaunchResponseResource in org.springframework.cloud.dataflow.server.controller
Methods in org.springframework.cloud.dataflow.server.controller that return LaunchResponseResourceModifier and TypeMethodDescriptionTaskExecutionController.launchBoot3
(String taskName, String properties, String arguments)