Summer.Batch.Core.Step.Job Namespace Reference

Classes

class  DefaultJobParametersExtractor
 Simple implementation of IJobParametersExtractor which pulls parameters with named keys out of the step execution context and the job parameters of the surrounding job. More...
 
interface  IJobParametersExtractor
 Strategy interface for translating a StepExecutioninto JobParameters. More...
 
class  JobStep
 An IStep that delegates to a Job to do its work. This is a great tool for managing dependencies between jobs, and also to modularise complex step logic into something that is testable in isolation. The job is executed with parameters that can be extracted from the step execution, hence this step can also be usefully used as the worker in a parallel or partitioned execution. More...