C# (CSharp) Summer.Batch.Core.Job 네임스페이스

중첩된 네임스페이스

Summer.Batch.Core.Job.Flow

클래스들

이름 설명
AbstractJob Abstract implementation of the IJob interface. Common dependencies such as a IJobRepository, IJobExecutionListener's, and various configuration parameters are set here. Therefore, common error handling and listener calling activities are abstracted away from implementations.
CompositeJobParametersValidator Composite IJobParametersValidator that passes the job parameters through a sequence of IJobParametersValidator's
DefaultJobParametersValidator Default implementation of IJobParametersValidator.
SimpleStepHandler Implementation of IStepHandler that manages repository and restart concerns.