Example usage for org.springframework.batch.integration.chunk StepContributionSource interface-usage

List of usage examples for org.springframework.batch.integration.chunk StepContributionSource interface-usage

Introduction

In this page you can find the example usage for org.springframework.batch.integration.chunk StepContributionSource interface-usage.

Usage

From source file org.springframework.batch.integration.chunk.ChunkMessageChannelItemWriter.java

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

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

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

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";