Class OpenConfigClientFactoryImpl
- java.lang.Object
-
- org.opennms.features.openconfig.telemetry.OpenConfigClientFactoryImpl
-
- All Implemented Interfaces:
OpenConfigClientFactory
public class OpenConfigClientFactoryImpl extends Object implements OpenConfigClientFactory
-
-
Constructor Summary
Constructors Constructor Description OpenConfigClientFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OpenConfigClient
create(InetAddress ipAddress, List<Map<String,String>> paramList)
-
-
-
Method Detail
-
create
public OpenConfigClient create(InetAddress ipAddress, List<Map<String,String>> paramList)
- Specified by:
create
in interfaceOpenConfigClientFactory
-
-