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
Constructors Constructor Description PublishHistoryEventHandler(org.springframework.context.ApplicationEventPublisher publisher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleEvent(org.camunda.bpm.engine.impl.history.event.HistoryEvent historyEvent)voidhandleEvents(List<org.camunda.bpm.engine.impl.history.event.HistoryEvent> eventList)
-
-
-
Method Detail
-
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
public void handleEvents(List<org.camunda.bpm.engine.impl.history.event.HistoryEvent> eventList)
- Specified by:
handleEventsin interfaceorg.camunda.bpm.engine.impl.history.handler.HistoryEventHandler
-
-