Class EventPublisher

java.lang.Object
org.frankframework.monitoring.EventPublisher
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationEventPublisherAware

public class EventPublisher extends Object implements org.springframework.context.ApplicationEventPublisherAware
Publisher to wrap the monitoring events and publish them to the Spring Context
Author:
Niels Meijer
  • Constructor Details

    • EventPublisher

      public EventPublisher()
  • Method Details

    • setApplicationEventPublisher

      public void setApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher applicationEventPublisher)
      Specified by:
      setApplicationEventPublisher in interface org.springframework.context.ApplicationEventPublisherAware
    • registerEvent

      public void registerEvent(EventThrowing source, String eventCode)
    • fireEvent

      public void fireEvent(EventThrowing source, String eventCode)
    • fireEvent

      public void fireEvent(EventThrowing source, String eventCode, Message eventMessage)