Uses of Interface
io.vertigo.orchestra.impl.services.execution.ProcessExecutorPlugin
-
-
Uses of ProcessExecutorPlugin in io.vertigo.orchestra.impl.services
Constructor parameters in io.vertigo.orchestra.impl.services with type arguments of type ProcessExecutorPlugin Constructor Description OrchestraServicesImpl(List<ProcessExecutorPlugin> processExecutorPlugins, Optional<ProcessLoggerPlugin> logProviderPlugin, Optional<ProcessReportPlugin> processReportPlugin, List<ProcessSchedulerPlugin> processSchedulerPlugins)
Constructeur du gestionnaire de l'execution des processus orchestra. -
Uses of ProcessExecutorPlugin in io.vertigo.orchestra.impl.services.execution
Constructor parameters in io.vertigo.orchestra.impl.services.execution with type arguments of type ProcessExecutorPlugin Constructor Description ProcessExecutorImpl(List<ProcessExecutorPlugin> processExecutorPlugins)
-
Uses of ProcessExecutorPlugin in io.vertigo.orchestra.plugins.services.execution.db
Classes in io.vertigo.orchestra.plugins.services.execution.db that implement ProcessExecutorPlugin Modifier and Type Class Description class
DbProcessExecutorPlugin
Executeur des processus orchestra sous la forme d'une séquence linéaire d'activités. -
Uses of ProcessExecutorPlugin in io.vertigo.orchestra.plugins.services.execution.memory
Classes in io.vertigo.orchestra.plugins.services.execution.memory that implement ProcessExecutorPlugin Modifier and Type Class Description class
MemoryProcessExecutorPlugin
Executeur de processus non supervisés.
-