Class DbHistoryEventHandler

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

public class DbHistoryEventHandler extends Object implements HistoryEventHandler

History event handler that writes history events to the process engine database using the DbEntityManager.

Author:
Daniel Meyer
  • Constructor Details

    • DbHistoryEventHandler

      public DbHistoryEventHandler()
  • Method Details