Files
spring-cloud-task/spring-cloud-task-samples/tasksink
2019-05-13 15:08:24 +00:00
..
2019-03-21 13:29:22 -05:00
2019-03-16 10:51:05 -05:00
2019-03-16 10:51:05 -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.