Class HistoryParseListener

java.lang.Object
org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
All Implemented Interfaces:
BpmnParseListener

public class HistoryParseListener extends Object implements BpmnParseListener

This class is responsible for wiring history as execution listeners into process execution.

NOTE: the role of this class has changed since 7.0: in order to customize history behavior it is usually not necessary to override this class but rather the HistoryEventProducer for customizing data acquisition and HistoryEventHandler for customizing the persistence behavior or if you need a history event stream.

Author:
Tom Baeyens, Joram Barrez, Falko Menge, Bernd Ruecker (camunda), Christian Lipphardt (camunda), Daniel Meyer