Files
spring-cloud-task/spring-cloud-task-samples/tasksink/README.adoc
Glenn Renfro 45d7662fbc Updating documentation for 3.x release
Updated versions and links in docs

* Set the baseline to Java 17
* Update links

resolves #814
2022-01-18 16:00:54 -05:00

20 lines
338 B
Plaintext

= 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 17 or Above
== Build:
[source,shell,indent=2]
----
$ ./mvnw clean install
----
== Dependencies:
The task sink requires an instance of RabbitMQ to be running.