Uses of Class
org.springframework.cloud.task.launcher.TaskLaunchRequest
Packages that use TaskLaunchRequest
-
Uses of TaskLaunchRequest in io.spring
Methods in io.spring that return types with arguments of type TaskLaunchRequestModifier and TypeMethodDescriptionFunction<org.springframework.messaging.Message<String>,
org.springframework.messaging.Message<TaskLaunchRequest>> TaskProcessor.processRequest()
-
Uses of TaskLaunchRequest in org.springframework.cloud.task.launcher
Methods in org.springframework.cloud.task.launcher that return types with arguments of type TaskLaunchRequestModifier and TypeMethodDescriptionConsumer<org.springframework.messaging.Message<TaskLaunchRequest>>
TaskLauncherSink.taskLauncherSink()
Launches a task upon the receipt of a valid TaskLaunchRequest.