Interface StepHandler

All Known Implementing Classes:
SimpleStepHandler

public interface StepHandler
Strategy interface for handling a Step on behalf of a Job.
Author:
Dave Syer
  • Method Summary

    Modifier and Type
    Method
    Description
    handleStep(Step step, JobExecution jobExecution)
    Handle a step and return the execution for it.