Class HistoryEventProcessor

java.lang.Object
org.camunda.bpm.engine.impl.history.event.HistoryEventProcessor

public class HistoryEventProcessor extends Object

The HistoryEventProcessor should be used to process an history event.

The HistoryEvent will be created with the help of the HistoryEventProducer from the ProcessEngineConfiguration and the given implementation of the HistoryEventProcessor.HistoryEventCreator which uses the producer object to create an HistoryEvent. The HistoryEvent will be handled by the HistoryEventHandler from the ProcessEngineConfiguration.

Since:
7.5
Author:
Christopher Zell <christopher.zell@camunda.com>