Files
spring-cloud-task/spring-cloud-task-samples/tasksink
Glenn Renfro fd8ab15238 Updated all dependencies for M1 RELEASE
Updated to Spring Cloud Build 2.2.0.M1
2019-04-15 15:11:28 -04:00
..
2019-03-21 16:34:26 -04:00
2019-03-11 12:48:37 -05:00
2019-03-11 12:48:37 -05:00

= 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
----

== Dependencies:

The task sink requires an instance of RabbitMQ to be running.