Files
spring-cloud-task/spring-cloud-task-samples/tasksink
Glenn Renfro 70ed8b96e9 Set Parent to 2.2.0.RELEASE for dependencies
Revert to 2.2.1.BUILD-SNAPSHOT
2019-11-22 15:05:54 -05: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.