Class PublishHistoryEventHandler
java.lang.Object
org.camunda.bpm.spring.boot.starter.event.PublishHistoryEventHandler
- All Implemented Interfaces:
- HistoryEventHandler
Event handler publishing history events as Spring Events.
- 
Constructor SummaryConstructorsConstructorDescriptionPublishHistoryEventHandler(org.springframework.context.ApplicationEventPublisher publisher) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidhandleEvent(HistoryEvent historyEvent) Called by the process engine when an history event is fired.voidhandleEvents(List<HistoryEvent> eventList) Called by the process engine when an history event is fired.
- 
Constructor Details- 
PublishHistoryEventHandlerpublic PublishHistoryEventHandler(org.springframework.context.ApplicationEventPublisher publisher) 
 
- 
- 
Method Details- 
handleEventDescription copied from interface:HistoryEventHandlerCalled by the process engine when an history event is fired.- Specified by:
- handleEventin interface- HistoryEventHandler
- Parameters:
- historyEvent- the- HistoryEventthat is about to be fired.
 
- 
handleEventsDescription copied from interface:HistoryEventHandlerCalled by the process engine when an history event is fired.- Specified by:
- handleEventsin interface- HistoryEventHandler
- Parameters:
- eventList- the- HistoryEventthat is about to be fired.
 
 
-