Uses of Interface
com.espertech.esper.common.client.dataflow.core.EPDataFlowInstance
-
Uses of EPDataFlowInstance in com.espertech.esper.common.client.dataflow.core
Modifier and TypeMethodDescriptionEPDataFlowService.getSavedInstance
(String instanceName) Returns a specific saved data flow instance, or null if it has not been foundEPDataFlowService.instantiate
(String deploymentId, String dataflowName) Instantiate a data flow.EPDataFlowService.instantiate
(String deploymentId, String dataFlowName, EPDataFlowInstantiationOptions options) Instantiate a data flow, with options.EPDataFlowService.instantiateSavedConfiguration
(String configurationName) Instantiate a data flow from a saved configuration.Modifier and TypeMethodDescriptionvoid
EPDataFlowService.saveInstance
(String instanceName, EPDataFlowInstance instance) Save an existing instance with the runtime, for later retrieval.