Class AbstractMockDao.NullEventForwarder

    • Constructor Detail

      • NullEventForwarder

        public NullEventForwarder()
    • Method Detail

      • sendNow

        public void sendNow​(Event event)
        Description copied from interface: EventForwarder
        Asynchronously sends an event to eventd.
        Specified by:
        sendNow in interface EventForwarder
        Parameters:
        event - a Event object.
      • sendNow

        public void sendNow​(Log eventLog)
        Description copied from interface: EventForwarder
        Asynchronously sends a set of events to eventd.
        Specified by:
        sendNow in interface EventForwarder
        Parameters:
        eventLog - a Log object.
      • sendNowSync

        public void sendNowSync​(Log eventLog)
        Description copied from interface: EventForwarder
        Synchronously sends a set of events to eventd.
        Specified by:
        sendNowSync in interface EventForwarder
        Parameters:
        eventLog - a Log object.