Class ProcessApplicationEventPublisher
java.lang.Object
org.camunda.bpm.spring.boot.starter.event.ProcessApplicationEventPublisher
- All Implemented Interfaces:
 org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
public class ProcessApplicationEventPublisher
extends Object
implements org.springframework.context.ApplicationContextAware
- 
Constructor Summary
ConstructorsConstructorDescriptionProcessApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher publisher)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidhandleApplicationReadyEvent(org.springframework.boot.context.event.ApplicationReadyEvent applicationReadyEvent) voidhandleContextStoppedEvent(org.springframework.context.event.ContextClosedEvent contextStoppedEvent) voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext)  
- 
Constructor Details
- 
ProcessApplicationEventPublisher
public ProcessApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher publisher)  
 - 
 - 
Method Details
- 
handleApplicationReadyEvent
@EventListener public void handleApplicationReadyEvent(org.springframework.boot.context.event.ApplicationReadyEvent applicationReadyEvent)  - 
handleContextStoppedEvent
@EventListener public void handleContextStoppedEvent(org.springframework.context.event.ContextClosedEvent contextStoppedEvent)  - 
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - Specified by:
 setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
 org.springframework.beans.BeansException
 
 -