Class ModularBatchConfiguration

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.context.annotation.ImportAware

    @Configuration
    public class ModularBatchConfiguration
    extends AbstractBatchConfiguration
    Base Configuration class providing common structure for enabling and using Spring Batch. Customization is available by implementing the BatchConfigurer interface.
    Since:
    2.2
    Author:
    Dave Syer
    See Also:
    EnableBatchProcessing