Class OpenConfigClientImpl

  • All Implemented Interfaces:
    OpenConfigClient

    public class OpenConfigClientImpl
    extends java.lang.Object
    implements OpenConfigClient
    OpenConfig Client makes a gRPC connection and subscribes to telemetry data for the paths specified. When it fails to make a connection, it attempts to make a connection after given interval. When retries are specified, it bails out after those many attempts. If no retries or <=0 specified, it always attempts to connect after given interval.
    • Constructor Detail

      • OpenConfigClientImpl

        public OpenConfigClientImpl​(java.net.InetAddress host,
                                    java.util.List<java.util.Map<java.lang.String,​java.lang.String>> paramList)