Class ForwardingEventListener

  • All Implemented Interfaces:
    EventListener

    public class ForwardingEventListener
    extends Object
    implements EventListener
    This event sends incoming events to an EventForwarder that uses Jest to forward events to an external Elasticsearch.
    • Method Detail

      • init

        public void init()
      • destroy

        public void destroy()
      • onEvent

        public void onEvent​(IEvent event)
        Process a sent event. This method is invoked by the JMS topic session when a new event is available for processing. Currently only text based messages are processed by this callback. Each message is examined for its Universal Event Identifier and the appropriate action is taking based on each UEI.
        Specified by:
        onEvent in interface EventListener
        Parameters:
        event - a IEvent object.