Class OpenConfigClientImpl

  • All Implemented Interfaces:
    OpenConfigClient

    public class OpenConfigClientImpl
    extends 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.