Uses of Interface
com.espertech.esper.common.client.dataflow.core.EPDataFlowInstance
Packages that use EPDataFlowInstance
-
Uses of EPDataFlowInstance in com.espertech.esper.common.client.dataflow.core
Methods in com.espertech.esper.common.client.dataflow.core that return EPDataFlowInstanceModifier 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.Methods in com.espertech.esper.common.client.dataflow.core with parameters of type EPDataFlowInstanceModifier and TypeMethodDescriptionvoid
EPDataFlowService.saveInstance
(String instanceName, EPDataFlowInstance instance) Save an existing instance with the runtime, for later retrieval.