com.espertech.esper.dataflow.core
Interface DataFlowService
- All Superinterfaces:
- EPDataFlowRuntime
- All Known Implementing Classes:
- DataFlowServiceImpl
public interface DataFlowService
- extends EPDataFlowRuntime
Methods inherited from interface com.espertech.esper.client.dataflow.EPDataFlowRuntime |
getDataFlow, getDataFlows, getSavedConfiguration, getSavedConfigurations, getSavedInstance, getSavedInstances, instantiate, instantiate, instantiateSavedConfiguration, removeSavedConfiguration, removeSavedInstance, saveConfiguration, saveInstance |
addStartGraph
void addStartGraph(CreateDataFlowDesc desc,
StatementContext statementContext,
EPServicesContext servicesContext,
AgentInstanceContext agentInstanceContext,
boolean newStatement)
throws ExprValidationException
- Throws:
ExprValidationException
removeGraph
void removeGraph(java.lang.String graphName)
stopGraph
void stopGraph(java.lang.String graphName)
destroy
void destroy()