Class ThresholdingEventProxyImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void send​(Event event)
      This method is called to send the event out
      void send​(Log eventLog)
      This method is called to send an event log containing multiple events out
      void sendEvent​(Event event)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ThresholdingEventProxyImpl

        public ThresholdingEventProxyImpl​(EventForwarder eventForwarder)
    • Method Detail

      • send

        public void send​(Event event)
        Description copied from interface: EventProxy
        This method is called to send the event out
        Specified by:
        send in interface EventProxy
        Parameters:
        event - the event to be sent out
      • send

        public void send​(Log eventLog)
        Description copied from interface: EventProxy
        This method is called to send an event log containing multiple events out
        Specified by:
        send in interface EventProxy
        Parameters:
        eventLog - the events to be sent out