blob: 9d3986ccec2c1f7973d52e371b351ae717cd9278 [file] [log] [blame]
package org.apache.airavata.mft.core.api;
import org.apache.airavata.mft.core.streaming.TransportStream;
public interface StreamedSender {
public void send(String resourceIdentifier, TransportStream stream) throws Exception;
}