Files
spring-cloud-task/spring-cloud-task-samples/tasksink
Glenn Renfro 563e816740 Updated Task Versions to 2.2.2.BUILD-SNAPSHOT
Also set the parent boot for samples to 2.2.2.RELEASE
2019-12-17 16:27:47 -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.