Uses of Class
org.springframework.cloud.dataflow.rest.resource.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
-
Uses of LaunchResponseResource in org.springframework.cloud.dataflow.rest.client.dsl.task
Modifier 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
Modifier and TypeMethodDescriptionTaskExecutionController.launchBoot3
(String taskName, String properties, String arguments)