Package | Description |
---|---|
org.springframework.cloud.task.batch.listener | |
org.springframework.cloud.task.batch.listener.support |
Class and Description |
---|
TaskBatchEventListenerBeanPostProcessor
Attaches the listeners to the job and its steps.
|
Class and Description |
---|
ExitStatus
ExitStatus DTO created so that
ExitStatus can be serialized into Json without
having to add mixins to an ObjectMapper |
JobInstanceEvent
This is a JobInstance DTO created so that a
JobInstance can be serialized into
Json without having to add mixins to an ObjectMapper. |
JobParameterEvent
This is a JobParameter DTO created so that a
JobParameter can be serialized
into Json without having to add mixins to an ObjectMapper. |
JobParameterEvent.ParameterType
Enumeration representing the type of a JobParameter.
|
JobParametersEvent
This is a JobParametersEvent DTO created so that a
JobParameters can be
serialized into Json without having to add mixins to an ObjectMapper. |
StepExecutionEvent
This is a StepExecution DTO created so that a
StepExecution can be serialized
into Json without having to add mixins to an ObjectMapper. |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.