All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.redis.riot.core.NoopItemWriter Maven / Gradle / Ivy

The newest version!
package com.redis.riot.core;

import org.springframework.batch.item.Chunk;
import org.springframework.batch.item.ItemWriter;

public class NoopItemWriter implements ItemWriter {

	@Override
	public void write(Chunk items) {
		// Do nothing
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy