Class AbstractMockDao.NullEventForwarder

  • All Implemented Interfaces:
    EventForwarder
    Enclosing class:
    AbstractMockDao<T,​K extends java.io.Serializable>

    public static final class AbstractMockDao.NullEventForwarder
    extends java.lang.Object
    implements EventForwarder
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void sendNow​(Event event)
      Asynchronously sends an event to eventd.
      void sendNow​(Log eventLog)
      Asynchronously sends a set of events to eventd.
      void sendNowSync​(Event event)
      Synchronously sends an event to eventd.
      void sendNowSync​(Log eventLog)
      Synchronously sends a set of events to eventd.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.