io.boodskap.iot.ext.fs.bin.rules.FileTransferClient Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fs-binary-rules Show documentation
Show all versions of fs-binary-rules Show documentation
Simple file system poller for Boodskap IoT Platform
package io.boodskap.iot.ext.fs.bin.rules;
import java.io.File;
public interface FileTransferClient {
public void put(String rule, File localFile) throws Exception;
}