Class EventForwarderImpl

  • All Implemented Interfaces:
    org.opennms.integration.api.v1.events.EventForwarder

    public class EventForwarderImpl
    extends java.lang.Object
    implements org.opennms.integration.api.v1.events.EventForwarder
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void sendAsync​(org.opennms.integration.api.v1.model.InMemoryEvent event)  
      void sendSync​(org.opennms.integration.api.v1.model.InMemoryEvent event)  
      • Methods inherited from class java.lang.Object

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

      • EventForwarderImpl

        public EventForwarderImpl​(EventForwarder eventForwarder)
    • Method Detail

      • sendAsync

        public void sendAsync​(org.opennms.integration.api.v1.model.InMemoryEvent event)
        Specified by:
        sendAsync in interface org.opennms.integration.api.v1.events.EventForwarder
      • sendSync

        public void sendSync​(org.opennms.integration.api.v1.model.InMemoryEvent event)
        Specified by:
        sendSync in interface org.opennms.integration.api.v1.events.EventForwarder