public static class HistoryEventProcessor.HistoryEventCreator extends Object
HistoryEventProcessor.HistoryEventCreator interface which is used to interchange the implementation
of the creation of different HistoryEvents.| Constructor and Description |
|---|
HistoryEventCreator() |
| Modifier and Type | Method and Description |
|---|---|
HistoryEvent |
createHistoryEvent(HistoryEventProducer producer)
Creates the
HistoryEvent with the help off the given
HistoryEventProducer. |
List<HistoryEvent> |
createHistoryEvents(HistoryEventProducer producer) |
public HistoryEvent createHistoryEvent(HistoryEventProducer producer)
HistoryEvent with the help off the given
HistoryEventProducer.producer - the producer which is used for the creationHistoryEventpublic List<HistoryEvent> createHistoryEvents(HistoryEventProducer producer)
Copyright © 2018 camunda services GmbH. All rights reserved.