Class CompositeDbHistoryEventHandler

java.lang.Object
org.camunda.bpm.engine.impl.history.handler.CompositeHistoryEventHandler
org.camunda.bpm.engine.impl.history.handler.CompositeDbHistoryEventHandler
All Implemented Interfaces:
HistoryEventHandler

public class CompositeDbHistoryEventHandler extends CompositeHistoryEventHandler
A CompositeHistoryEventHandler implementation which additionally adds to the list of HistoryEventHandler the DbHistoryEventHandler which persists events to a database.
Author:
Alexander Tyatenkov