Package org.springframework.cloud.task.batch.listener.support


package org.springframework.cloud.task.batch.listener.support
  • Classes
    Class
    Description
    Headers definitions used by the batch job plugin.
    ExitStatus DTO created so that ExitStatus can be serialized into Json without. having to add mixins to an ObjectMapper
    This is a JobEvent DTO created so that a JobExecution can be serialized into Json without having to add mixins to an ObjectMapper.
    This is a JobInstance DTO created so that a JobInstance can be serialized into Json without having to add mixins to an ObjectMapper.
    This is a JobParameter DTO created so that a JobParameter can be serialized into Json without having to add mixins to an ObjectMapper.
    This is a JobParametersEvent DTO created so that a JobParameters can be serialized into Json without having to add mixins to an ObjectMapper.
    Utility class that sends batch job listener payloads to the notification channel.
    This is a StepExecution DTO created so that a StepExecution can be serialized into Json without having to add mixins to an ObjectMapper.
    Attaches the listeners to the job and its steps.