
org.mule.modules.ftpclient.CompletionStrategy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ftp-client-connector Show documentation
Show all versions of ftp-client-connector Show documentation
A Mule connector for ftp/sftp.
The newest version!
package org.mule.modules.ftpclient;
import java.util.function.Consumer;
import org.mule.api.MuleMessage;
/**
* Produce implementations for the "on close" handling for the ftp/sftp streams.
*/
public interface CompletionStrategy {
public Consumer createCompletionHandler(MuleMessage message, String filename, String translatedName);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy