Uses of Class
io.nflow.engine.internal.executor.WorkflowInstanceExecutor
-
Packages that use WorkflowInstanceExecutor Package Description io.nflow.engine.config io.nflow.engine.guice io.nflow.engine.internal.dao io.nflow.engine.internal.executor -
-
Uses of WorkflowInstanceExecutor in io.nflow.engine.config
Methods in io.nflow.engine.config that return WorkflowInstanceExecutor Modifier and Type Method Description WorkflowInstanceExecutorEngineConfiguration. nflowExecutor(ThreadFactory nflowThreadFactory, Environment env)Creates a workflow instance executor for processing workflow instances. -
Uses of WorkflowInstanceExecutor in io.nflow.engine.guice
Methods in io.nflow.engine.guice that return WorkflowInstanceExecutor Modifier and Type Method Description WorkflowInstanceExecutorEngineModule. nflowExecutor(ThreadFactory factory, Environment env) -
Uses of WorkflowInstanceExecutor in io.nflow.engine.internal.dao
Constructors in io.nflow.engine.internal.dao with parameters of type WorkflowInstanceExecutor Constructor Description WorkflowInstanceDao(SQLVariants sqlVariants, JdbcTemplate nflowJdbcTemplate, TransactionTemplate transactionTemplate, NamedParameterJdbcTemplate nflowNamedParameterJdbcTemplate, ExecutorDao executorDao, WorkflowInstanceExecutor workflowInstanceExecutor, WorkflowInstanceFactory workflowInstanceFactory, Environment env) -
Uses of WorkflowInstanceExecutor in io.nflow.engine.internal.executor
Constructors in io.nflow.engine.internal.executor with parameters of type WorkflowInstanceExecutor Constructor Description WorkflowDispatcher(WorkflowInstanceExecutor executor, WorkflowInstanceDao workflowInstances, WorkflowStateProcessorFactory stateProcessorFactory, WorkflowDefinitionService workflowDefinitions, ExecutorDao executorDao, DispatcherExceptionAnalyzer exceptionAnalyzer, NflowLogger nflowLogger, Environment env)
-