Class PublishHistoryEventHandler

  • All Implemented Interfaces:
    HistoryEventHandler

    public class PublishHistoryEventHandler
    extends java.lang.Object
    implements HistoryEventHandler
    Event handler publishing history events as Spring Events.
    • Constructor Summary

      Constructors 
      Constructor Description
      PublishHistoryEventHandler​(org.springframework.context.ApplicationEventPublisher publisher)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleEvent​(HistoryEvent historyEvent)
      Called by the process engine when an history event is fired.
      void handleEvents​(java.util.List<HistoryEvent> eventList)
      Called by the process engine when an history event is fired.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PublishHistoryEventHandler

        public PublishHistoryEventHandler​(org.springframework.context.ApplicationEventPublisher publisher)