public interface ModuleService
| Modifier and Type | Method and Description |
|---|---|
Module |
getModule(String moduleName)
Resolves a specified
Module by name |
List<Module> |
getModules()
Returns all available
Modules |
StartupControl |
getStartupControl(String moduleName,
String flowName)
Get the startup control for the given module and flow
|
void |
pauseFlow(String moduleName,
String flowName,
String actor)
Attempts to pause a
Flow |
void |
resumeFlow(String moduleName,
String flowName,
String actor)
Attempts to resume a
Flow |
void |
setStartupType(String moduleName,
String flowName,
StartupType startupType,
String comment,
String actor)
Set the startup type for the given module and flow
|
void |
startContextListeners(String moduleName,
String flowName,
String actor)
Start the context listeners on a given module/flow
|
void |
startFlow(String moduleName,
String flowName,
String actor)
Attempts to start a
Flow |
void |
startPauseFlow(String moduleName,
String flowName,
String actor)
Attempts to start a
Flow, but will immediately pause the consumer. |
void |
stopContextListeners(String moduleName,
String flowName,
String actor)
Stop the context listeners from being invoked on a given module/flow
|
void |
stopFlow(String moduleName,
String flowName,
String actor)
Attempts to stop a
Flow |
List<Module> getModules()
ModulesModulesModule getModule(String moduleName)
Module by namemoduleName - the module nameModule named by moduleNamevoid stopFlow(String moduleName, String flowName, String actor)
FlowmoduleName - flowName - actor - void startFlow(String moduleName, String flowName, String actor)
FlowmoduleName - flowName - actor - void startPauseFlow(String moduleName, String flowName, String actor)
Flow, but will immediately pause the consumer.moduleName - flowName - actor - void pauseFlow(String moduleName, String flowName, String actor)
FlowmoduleName - flowName - actor - void resumeFlow(String moduleName, String flowName, String actor)
FlowmoduleName - flowName - actor - void setStartupType(String moduleName, String flowName, StartupType startupType, String comment, String actor)
moduleName - flowName - startupType - comment - actor - StartupControl getStartupControl(String moduleName, String flowName)
moduleName - flowName - void stopContextListeners(String moduleName, String flowName, String actor)
moduleName - the module nameflowName - the flow nameactor - the actor invoking this requestCopyright © 2007-2020 Ikasan. All Rights Reserved.