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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user