public class PublishHistoryEventHandler extends Object implements HistoryEventHandler
Constructor and Description |
---|
PublishHistoryEventHandler(org.springframework.context.ApplicationEventPublisher publisher) |
Modifier and Type | Method and Description |
---|---|
void |
handleEvent(HistoryEvent historyEvent)
Called by the process engine when an history event is fired.
|
void |
handleEvents(List<HistoryEvent> eventList)
Called by the process engine when an history event is fired.
|
public PublishHistoryEventHandler(org.springframework.context.ApplicationEventPublisher publisher)
public void handleEvent(HistoryEvent historyEvent)
HistoryEventHandler
handleEvent
in interface HistoryEventHandler
historyEvent
- the HistoryEvent
that is about to be fired.public void handleEvents(List<HistoryEvent> eventList)
HistoryEventHandler
handleEvents
in interface HistoryEventHandler
eventList
- the HistoryEvent
that is about to be fired.Copyright © 2022. All rights reserved.