Class ProcessDeployedEventProducer

java.lang.Object
org.activiti.spring.AbstractActivitiSmartLifeCycle
org.activiti.spring.ProcessDeployedEventProducer
All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean, org.springframework.context.Lifecycle, org.springframework.context.Phased, org.springframework.context.SmartLifecycle

public class ProcessDeployedEventProducer extends AbstractActivitiSmartLifeCycle
  • Constructor Details

    • ProcessDeployedEventProducer

      public ProcessDeployedEventProducer(org.activiti.engine.RepositoryService repositoryService, org.activiti.runtime.api.model.impl.APIProcessDefinitionConverter converter, List<org.activiti.api.process.runtime.events.listener.ProcessRuntimeEventListener<org.activiti.api.process.model.events.ProcessDeployedEvent>> listeners, org.springframework.context.ApplicationEventPublisher eventPublisher)
  • Method Details