Uses of Class
com.espertech.esper.common.client.dataflow.core.EPDataFlowAlreadyExistsException
Package
Description
Client API for data flows.
-
Uses of EPDataFlowAlreadyExistsException in com.espertech.esper.common.client.dataflow.core
Modifier and TypeMethodDescriptionvoid
EPDataFlowService.saveConfiguration
(String dataflowConfigName, String deploymentId, String dataFlowName, EPDataFlowInstantiationOptions options) Save an existing data flow configuration (data flow name and its options) for later retrieval.void
EPDataFlowService.saveInstance
(String instanceName, EPDataFlowInstance instance) Save an existing instance with the runtime, for later retrieval. -
Uses of EPDataFlowAlreadyExistsException in com.espertech.esper.common.internal.epl.dataflow.core
Modifier and TypeMethodDescriptionvoid
EPDataFlowServiceImpl.saveInstance
(String instanceName, EPDataFlowInstance instance)