Class PublishHistoryEventHandler

java.lang.Object
org.camunda.bpm.spring.boot.starter.event.PublishHistoryEventHandler
All Implemented Interfaces:
org.camunda.bpm.engine.impl.history.handler.HistoryEventHandler

public class PublishHistoryEventHandler extends Object implements org.camunda.bpm.engine.impl.history.handler.HistoryEventHandler
Event handler publishing history events as Spring Events.
  • Constructor Details

    • PublishHistoryEventHandler

      public PublishHistoryEventHandler(org.springframework.context.ApplicationEventPublisher publisher)
  • Method Details

    • handleEvent

      public void handleEvent(org.camunda.bpm.engine.impl.history.event.HistoryEvent historyEvent)
      Specified by:
      handleEvent in interface org.camunda.bpm.engine.impl.history.handler.HistoryEventHandler
    • handleEvents

      public void handleEvents(List<org.camunda.bpm.engine.impl.history.event.HistoryEvent> eventList)
      Specified by:
      handleEvents in interface org.camunda.bpm.engine.impl.history.handler.HistoryEventHandler