Interface Connector

  • All Superinterfaces:
    AutoCloseable, Closeable
    All Known Implementing Classes:
    OpenConfigConnector

    public interface Connector
    extends 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