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

org.mule.modules.ftpclient.CompletionStrategy Maven / Gradle / Ivy

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