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

com.redis.riot.file.FileWriterFactory Maven / Gradle / Ivy

There is a newer version: 4.1.3
Show newest version
package com.redis.riot.file;

import org.springframework.batch.item.ItemWriter;
import org.springframework.core.io.WritableResource;

public interface FileWriterFactory {

	ItemWriter create(WritableResource resource, FileWriterOptions options);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy