Class PublishHistoryEventHandler
java.lang.Object
org.camunda.bpm.spring.boot.starter.event.PublishHistoryEventHandler
- All Implemented Interfaces:
org.camunda.bpm.engine.impl.history.handler.HistoryEventHandler
public class PublishHistoryEventHandler
extends Object
implements org.camunda.bpm.engine.impl.history.handler.HistoryEventHandler
Event handler publishing history events as Spring Events.
-
Constructor Summary
ConstructorsConstructorDescriptionPublishHistoryEventHandler(org.springframework.context.ApplicationEventPublisher publisher) -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleEvent(org.camunda.bpm.engine.impl.history.event.HistoryEvent historyEvent) voidhandleEvents(List<org.camunda.bpm.engine.impl.history.event.HistoryEvent> eventList)
-
Constructor Details
-
PublishHistoryEventHandler
public PublishHistoryEventHandler(org.springframework.context.ApplicationEventPublisher publisher)
-
-
Method Details
-
handleEvent
public void handleEvent(org.camunda.bpm.engine.impl.history.event.HistoryEvent historyEvent) - Specified by:
handleEventin interfaceorg.camunda.bpm.engine.impl.history.handler.HistoryEventHandler
-
handleEvents
- Specified by:
handleEventsin interfaceorg.camunda.bpm.engine.impl.history.handler.HistoryEventHandler
-