Class ApplicationDeployedEventProducer

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

public class ApplicationDeployedEventProducer extends AbstractActivitiSmartLifeCycle
  • Field Details

    • LOGGER

      protected static final org.slf4j.Logger LOGGER
  • Constructor Details

    • ApplicationDeployedEventProducer

      public ApplicationDeployedEventProducer(org.activiti.engine.RepositoryService repositoryService, org.activiti.runtime.api.model.impl.APIDeploymentConverter deploymentConverter, List<org.activiti.api.process.runtime.events.listener.ProcessRuntimeEventListener<org.activiti.api.process.model.events.ApplicationDeployedEvent>> listeners, org.springframework.context.ApplicationEventPublisher eventPublisher)
  • Method Details