SCT-12 Creates the SCSt sink that can launch tasks.

resolves  spring-cloud/spring-cloud-task#12
This commit is contained in:
Glenn Renfro
2016-03-02 15:12:18 -05:00
committed by Michael Minella
parent f35f8ef52d
commit aad0a0b1ee
33 changed files with 2154 additions and 2 deletions

View File

@@ -0,0 +1,19 @@
= TaskSink
Is a stream sink that will accept messages with the payload of `TaskLaunchRequest` and
launch the task that was specified in the request.
== Requirements:
* Java 7 or Above
== Build:
[source,shell,indent=2]
----
$ ./mvnw clean install -DskipInstall=false
----
== Dependencies:
The task processor requires an instance of Redis to be running.