Example usage for org.springframework.batch.core ChunkListener interface-usage

List of usage examples for org.springframework.batch.core ChunkListener interface-usage

Introduction

In this page you can find the example usage for org.springframework.batch.core ChunkListener interface-usage.

Usage

From source file org.examproject.batch.listener.ContentChunkListener.java

/**
 * @author hiroxpepe
 */
public final class ContentChunkListener implements ChunkListener {

    private static final Log LOG = LogFactory.getLog(ContentChunkListener.class);

From source file de.codecentric.batch.metrics.item.MetricsTestChunkListener.java

/**
 * @author Tobias Flohre
 */
public class MetricsTestChunkListener implements ChunkListener {

    private BatchMetrics businessMetrics;

From source file org.springframework.xd.dirt.plugins.job.support.listener.SimpleXdChunkListener.java

/**
 * @author Gunnar Hillert
 * @author Ilayaperumal Gopinathan
 * @since 1.0
 */
public class SimpleXdChunkListener extends BatchJobListener<ChunkContextInfo> implements ChunkListener {

From source file org.springframework.cloud.task.batch.listener.EventEmittingChunkListener.java

/**
 *  Provides informational messages around the {@link org.springframework.batch.core.step.item.Chunk} of a batch job.
 *
 *  The {@link ChunkListener#beforeChunk(ChunkContext)} and
 *  {@link ChunkListener#afterChunk(ChunkContext)} are both no-ops in this implementation.
 *  {@link ChunkListener#afterChunkError(ChunkContext)}.

From source file de.langmi.spring.batch.examples.playground.file.getcurrentresource.GetCurrentResourceChunkListener.java

/**
 * Simple Listener for logging the current resource from a <br />
 * injected {@link MultiResourceItemReader}. Saves the value to the StepExecutionContext, 
 * value is taken later in Test to see if it really worked to get the current resource.
 * <br />
 * To get it working with a step scoped MultiResourceItemReader i access the 

From source file de.langmi.spring.batch.examples.complex.skip.simple.SkipJobListener.java

/**
 * SkipJobListener.
 *
 * @author Michael R. Lange <michael.r.lange@langmi.de>
 */
public class SkipJobListener implements JobExecutionListener, SkipListener<String, String>, StepExecutionListener,

From source file org.emonocot.job.sitemap.SitemapFilesListener.java

/**
 * @author jk00kg
 *
 */
public class SitemapFilesListener implements StepExecutionListener, ChunkListener {