public class

CustomFileStorageConfig

extends BasicConfig
java.lang.Object
   ↳ com.modus.mule.modules.apm.config.BasicConfig
     ↳ com.modus.mule.modules.apm.config.CustomFileStorageConfig

Summary

Fields
private String fileUrl File URL saved to Anypoint Partner Manager.
private String flowName Name of flow persisting the file.
[Expand]
Inherited Fields
From class com.modus.mule.modules.apm.config.BasicConfig
Public Constructors
CustomFileStorageConfig()
Public Methods
String getFileUrl()
String getFlowName()
void setFileUrl(String fileUrl)
void setFlowName(String flowName)
[Expand]
Inherited Methods
From class com.modus.mule.modules.apm.config.BasicConfig
From class java.lang.Object

Fields

private String fileUrl

File URL saved to Anypoint Partner Manager. If a MEL expression is set, then the expression is applied to the Mule event returned by the called flow.

private String flowName

Name of flow persisting the file.

Public Constructors

public CustomFileStorageConfig ()

Public Methods

public String getFileUrl ()

public String getFlowName ()

public void setFileUrl (String fileUrl)

Parameters
fileUrl

public void setFlowName (String flowName)

Parameters
flowName