Package org.camunda.bpm.engine.impl.history.handler

Interface Summary
HistoryEventHandler The interface for implementing an history event handler.
 

Class Summary
CompositeDbHistoryEventHandler A CompositeHistoryEventHandler implementation which additionally adds to the list of HistoryEventHandler the DbHistoryEventHandler which persists events to a database.
CompositeHistoryEventHandler A HistoryEventHandler implementation which delegates to a list of HistoryEventHandler.
DbHistoryEventHandler History event handler that writes history events to the process engine database using the DbEntityManager.
 



Copyright © 2015 camunda services GmbH. All rights reserved.