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 |
---|
HistoryEventProcessor.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 HistoryEventProcessor.HistoryEventCreator()
public HistoryEvent createHistoryEvent(HistoryEventProducer producer)
HistoryEvent
with the help off the given
HistoryEventProducer
.producer
- the producer which is used for the creationHistoryEvent
public List<HistoryEvent> createHistoryEvents(HistoryEventProducer producer)
Copyright © 2019. All rights reserved.