Add Job Event Messaging to tasks.

* Added test for sample and cleanup

* Added skipEventsListener

* Added new message format.

* Added integration tests.

* Updated application.properties to add json content type

resolves spring-cloud/spring-cloud-task#119
This commit is contained in:
Michael Minella
2016-04-12 18:05:16 -05:00
parent ced5a3aa87
commit 43d869f726
51 changed files with 3620 additions and 11 deletions

View File

@@ -1 +1,2 @@
org.springframework.boot.autoconfigure.EnableAutoConfiguration=org.springframework.cloud.task.listener.TaskEventAutoConfiguration
org.springframework.boot.autoconfigure.EnableAutoConfiguration=org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration

View File

@@ -1 +1,9 @@
spring.cloud.stream.bindings.task-events.contentType=application/json
spring.cloud.stream.bindings.item-write-events.contentType=application/json
spring.cloud.stream.bindings.item-read-events.contentType=application/json
spring.cloud.stream.bindings.item-process-events.contentType=application/json
spring.cloud.stream.bindings.skip-events.contentType=application/json
spring.cloud.stream.bindings.step-execution-events.contentType=application/json
spring.cloud.stream.bindings.job-execution-events.contentType=application/json