Files
spring-cloud-task/spring-cloud-task-samples/tasksink
Glenn Renfro 78f27ef26d Base Task Sink Case with Tests works
In process of migrating batch-events to streambridge

BatchEvents Migrated

Integration tests for TaskSink now work

Batch Event Integration Tests updated

Added tests to batch events

Event integration tests added

Updated with the last bit of tests

baseline polishing
2022-01-03 14:08:50 -05:00
..
2022-01-03 14:08:50 -05:00
2019-03-11 12:48:37 -05:00
2019-03-11 12:48:37 -05:00
2022-01-03 14:08:50 -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.