Class CompositeHistoryEventHandler

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

public class CompositeHistoryEventHandler extends Object implements HistoryEventHandler
A HistoryEventHandler implementation which delegates to a list of HistoryEventHandler.
Author:
Alexander Tyatenkov