public class

FlowFileStorageProvider

extends Object
implements FileStorageProvider
java.lang.Object
   ↳ com.modus.mule.modules.apm.filestorage.FlowFileStorageProvider

Summary

Fields
private String fileUrl
private String flowName
Public Constructors
FlowFileStorageProvider(String flowName, String fileUrl)
Public Methods
String store(InputStream file)
String store(MuleEvent muleEvent, InputStream file)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.modus.mule.modules.apm.filestorage.FileStorageProvider

Fields

private String fileUrl

private String flowName

Public Constructors

public FlowFileStorageProvider (String flowName, String fileUrl)

Parameters
flowName
fileUrl

Public Methods

public String store (InputStream file)

Parameters
file
Throws
Exception

public String store (MuleEvent muleEvent, InputStream file)

Parameters
muleEvent
file
Throws
Exception