Files
spring-cloud-task/spring-cloud-task-samples/tasksink
Glenn Renfro 4e68adf5fa Updated samples to use latest boot
Update integration tests to use latest stream paradigm
Update tests to be in compliance with 1.5.2.

resolves #289
2017-03-14 09:49:31 -05:00
..
2017-03-14 09:49:31 -05:00
2017-03-14 09:49:31 -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.