Interface ProcessExecutorPlugin
-
- All Superinterfaces:
io.vertigo.core.node.component.CoreComponent
,io.vertigo.core.node.component.Plugin
,ProcessExecutor
- All Known Implementing Classes:
DbProcessExecutorPlugin
,MemoryProcessExecutorPlugin
public interface ProcessExecutorPlugin extends ProcessExecutor, io.vertigo.core.node.component.Plugin
Plugin d'execution des processus orchestra.- Author:
- mlaroche
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProcessType
getHandledProcessType()
Retourne le type de processus géré par le plugin-
Methods inherited from interface io.vertigo.orchestra.services.execution.ProcessExecutor
endPendingActivityExecution, execute, setActivityExecutionPending
-
-
-
-
Method Detail
-
getHandledProcessType
ProcessType getHandledProcessType()
Retourne le type de processus géré par le plugin- Returns:
- le type de processus géré
-
-