Class EPDataFlowSavedConfiguration
java.lang.Object
com.espertech.esper.common.client.dataflow.core.EPDataFlowSavedConfiguration
- All Implemented Interfaces:
Serializable
A data flow configuration is just a configuration name, a data flow name
and an instantiation options object.
- See Also:
-
Constructor Summary
ConstructorDescriptionEPDataFlowSavedConfiguration
(String savedConfigurationName, String deploymentId, String dataflowName, EPDataFlowInstantiationOptions options) Ctor. -
Method Summary
Modifier and TypeMethodDescriptionData flow name.Returns the deployment idData flow instantiation options.Configuation name.
-
Constructor Details
-
EPDataFlowSavedConfiguration
public EPDataFlowSavedConfiguration(String savedConfigurationName, String deploymentId, String dataflowName, EPDataFlowInstantiationOptions options) Ctor.- Parameters:
savedConfigurationName
- name of saved configurationdeploymentId
- deployment iddataflowName
- data flow nameoptions
- options object
-
-
Method Details
-
getSavedConfigurationName
Configuation name.- Returns:
- name
-
getDataflowName
Data flow name.- Returns:
- data flow name
-
getOptions
Data flow instantiation options.- Returns:
- options
-
getDeploymentId
Returns the deployment id- Returns:
- deployment id
-