Example usage for org.springframework.batch.core.listener StepExecutionListenerSupport subclass-usage

List of usage examples for org.springframework.batch.core.listener StepExecutionListenerSupport subclass-usage

Introduction

In this page you can find the example usage for org.springframework.batch.core.listener StepExecutionListenerSupport subclass-usage.

Usage

From source file es.fcs.batch.integration.chunk.MyChunkMessageChannelItemWriter.java

public class MyChunkMessageChannelItemWriter<T> extends StepExecutionListenerSupport
        implements ItemWriter<T>, ItemStream, StepContributionSource {

    private static final Log logger = LogFactory.getLog(MyChunkMessageChannelItemWriter.class);

    static final String ACTUAL = MyChunkMessageChannelItemWriter.class.getName() + ".ACTUAL";