org.camunda.bpm.engine.impl.history.handler
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositeDbHistoryEventHandler
public CompositeDbHistoryEventHandler()
- Non-argument constructor that adds
DbHistoryEventHandler to the
list of HistoryEventHandler.
CompositeDbHistoryEventHandler
public CompositeDbHistoryEventHandler(HistoryEventHandler... historyEventHandlers)
- Constructor that takes a varargs parameter
HistoryEventHandler that
consume the event and adds DbHistoryEventHandler to the list of
HistoryEventHandler.
- Parameters:
historyEventHandlers - the list of HistoryEventHandler that consume the event.
CompositeDbHistoryEventHandler
public CompositeDbHistoryEventHandler(List<HistoryEventHandler> historyEventHandlers)
- Constructor that takes a list of
HistoryEventHandler that consume
the event and adds DbHistoryEventHandler to the list of
HistoryEventHandler.
- Parameters:
historyEventHandlers - the list of HistoryEventHandler that consume the event.
Copyright © 2017 camunda services GmbH. All rights reserved.