public class PublishHistoryEventHandler extends Object implements org.camunda.bpm.engine.impl.history.handler.HistoryEventHandler
| Constructor and Description |
|---|
PublishHistoryEventHandler(org.springframework.context.ApplicationEventPublisher publisher) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleEvent(org.camunda.bpm.engine.impl.history.event.HistoryEvent historyEvent) |
void |
handleEvents(List<org.camunda.bpm.engine.impl.history.event.HistoryEvent> eventList) |
public PublishHistoryEventHandler(org.springframework.context.ApplicationEventPublisher publisher)
public void handleEvent(org.camunda.bpm.engine.impl.history.event.HistoryEvent historyEvent)
handleEvent in interface org.camunda.bpm.engine.impl.history.handler.HistoryEventHandlerpublic void handleEvents(List<org.camunda.bpm.engine.impl.history.event.HistoryEvent> eventList)
handleEvents in interface org.camunda.bpm.engine.impl.history.handler.HistoryEventHandlerCopyright © 2015–2020 camunda services GmbH. All rights reserved.