Class 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 Detail

      • PublishHistoryEventHandler

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

      • 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