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

io.boodskap.iot.ext.fs.bin.rules.FileTransferClient Maven / Gradle / Ivy

There is a newer version: 1.0.2
Show newest version
package io.boodskap.iot.ext.fs.bin.rules;

import java.io.File;

public interface FileTransferClient {
	
	public void put(String rule, File localFile) throws Exception;
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy