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

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

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

import org.springframework.batch.item.ItemReader;
import org.springframework.core.io.Resource;

public interface FileReaderFactory {

	ItemReader create(Resource resource, FileReaderOptions options);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy