Class HistoryEventProcessor.HistoryEventCreator
java.lang.Object
org.camunda.bpm.engine.impl.history.event.HistoryEventProcessor.HistoryEventCreator
- Enclosing class:
- HistoryEventProcessor
The
HistoryEventProcessor.HistoryEventCreator
interface which is used to interchange the implementation
of the creation of different HistoryEvents.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateHistoryEvent
(HistoryEventProducer producer) Creates theHistoryEvent
with the help off the givenHistoryEventProducer
.createHistoryEvents
(HistoryEventProducer producer) void
-
Constructor Details
-
HistoryEventCreator
public HistoryEventCreator()
-
-
Method Details
-
createHistoryEvent
Creates theHistoryEvent
with the help off the givenHistoryEventProducer
.- Parameters:
producer
- the producer which is used for the creation- Returns:
- the created
HistoryEvent
-
createHistoryEvents
-
postHandleSingleHistoryEventCreated
-