Uses of Interface
com.broadleafcommerce.workflow.service.WorkflowLauncher
Packages that use WorkflowLauncher
Package
Description
-
Uses of WorkflowLauncher in com.broadleafcommerce.workflow.messaging
Constructors in com.broadleafcommerce.workflow.messaging with parameters of type WorkflowLauncherModifierConstructorDescriptionWorkflowListener
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, WorkflowRepository<com.broadleafcommerce.data.tracking.core.Trackable> workflowRepository, WorkflowLauncher workflowLauncher, List<Ack> acks, ExecutionProperties executionProperties, org.springframework.core.env.ConfigurableEnvironment environment) -
Uses of WorkflowLauncher in com.broadleafcommerce.workflow.messaging.autoconfigure
Methods in com.broadleafcommerce.workflow.messaging.autoconfigure with parameters of type WorkflowLauncherModifier and TypeMethodDescriptionWorkflowMessagingAutoConfiguration.workflowListener
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService, WorkflowRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, WorkflowLauncher workflowLauncher, List<Ack> acks, ExecutionProperties executionProperties, org.springframework.core.env.ConfigurableEnvironment environment) -
Uses of WorkflowLauncher in com.broadleafcommerce.workflow.service
Classes in com.broadleafcommerce.workflow.service that implement WorkflowLauncher -
Uses of WorkflowLauncher in com.broadleafcommerce.workflow.service.autoconfigure
Methods in com.broadleafcommerce.workflow.service.autoconfigure that return WorkflowLauncherModifier and TypeMethodDescriptionWorkflowServiceAutoConfiguration.workflowLauncher
(ExecutionProperties executionProperties, WorkflowRunner runner, org.springframework.context.ApplicationEventPublisher publisher, WorkflowRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.data.tracking.core.BasicAuditUtility auditUtility, WorkflowService<Workflow> workflowService, com.broadleafcommerce.orchestration.spring.SimpleWorkflowFactory factory)