Package org.activiti.spring
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
-
-
Constructor Summary
Constructors Constructor Description ApplicationDeployedEventProducer(RepositoryService repositoryService, APIDeploymentConverter deploymentConverter, List<ProcessRuntimeEventListener<ApplicationDeployedEvent>> listeners, org.springframework.context.ApplicationEventPublisher eventPublisher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoStart()voiddoStop()-
Methods inherited from class org.activiti.spring.AbstractActivitiSmartLifeCycle
destroy, getPhase, isAutoStartup, isRunning, setAutoStartup, setPhase, start, stop, stop
-
-
-
-
Constructor Detail
-
ApplicationDeployedEventProducer
public ApplicationDeployedEventProducer(RepositoryService repositoryService, APIDeploymentConverter deploymentConverter, List<ProcessRuntimeEventListener<ApplicationDeployedEvent>> listeners, org.springframework.context.ApplicationEventPublisher eventPublisher)
-
-
Method Detail
-
doStart
public void doStart()
- Specified by:
doStartin classAbstractActivitiSmartLifeCycle
-
doStop
public void doStop()
- Specified by:
doStopin classAbstractActivitiSmartLifeCycle
-
-