Interface Connector

  • All Superinterfaces:
    java.lang.AutoCloseable, java.io.Closeable
    All Known Implementing Classes:
    OpenConfigConnector

    public interface Connector
    extends java.io.Closeable
    A given instance of a connector is responsible for connecting to a single agent and dispatching the received payloads directly to the configured queue. The connectors are expected to be resilient in case of failure and are responsible for maintain their own retry and reconnection logic
    Author:
    jwhite
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void stream​(int nodeId, java.net.InetAddress ipAddress, java.util.List<java.util.Map<java.lang.String,​java.lang.String>> paramList)  
      • Methods inherited from interface java.io.Closeable

        close
    • Method Detail

      • stream

        void stream​(int nodeId,
                    java.net.InetAddress ipAddress,
                    java.util.List<java.util.Map<java.lang.String,​java.lang.String>> paramList)