Class BroadcastEventProcessor

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean

    public class BroadcastEventProcessor
    extends java.lang.Object
    implements org.springframework.beans.factory.InitializingBean
    BroadcastEventProcessor is responsible for receiving events from eventd and queuing them to the data updaters.
    Author:
    Sowmya Nataraj, OpenNMS
    • Constructor Detail

      • BroadcastEventProcessor

        public BroadcastEventProcessor()
    • Method Detail

      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws java.lang.Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        java.lang.Exception
      • onEvent

        public void onEvent​(IEvent event)