Class TaskLauncherSink
java.lang.Object
org.springframework.cloud.task.launcher.TaskLauncherSink
Deprecated.
This feature is now end-of-life and will be removed in a future release. No
replacement is planned. Please migrate away from using this functionality.
A sink stream application that launches a tasks.
- Author:
- Glenn Renfro
-
Field Summary
FieldsModifier and TypeFieldDescriptionorg.springframework.cloud.deployer.spi.task.TaskLauncherDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConsumer<org.springframework.messaging.Message<TaskLaunchRequest>>Deprecated.Launches a task upon the receipt of a valid TaskLaunchRequest.
-
Field Details
-
taskLauncher
@Autowired public org.springframework.cloud.deployer.spi.task.TaskLauncher taskLauncherDeprecated.
-
-
Constructor Details
-
TaskLauncherSink
public TaskLauncherSink()Deprecated.
-
-
Method Details
-
taskLauncherSink
Deprecated.Launches a task upon the receipt of a valid TaskLaunchRequest.- Returns:
- the
Consumerthat will retrieve messages from binder.
-