Method SetDataMapper
- Namespace
- Skyline.DataMiner.DataSources.OpenConfig.Gnmi.Api
- Assembly
- Skyline.DataMiner.DataSources.OpenConfig.Gnmi.dll
SetDataMapper(IDataMapper)
Sets the data mapper that will process incoming messages. An SLProtocol compatible implementation is available in the Skyline.DataMiner.DataSources.OpenConfig.Gnmi.Protocol Nuget: DataMinerConnectorDataMapper.
public void SetDataMapper(IDataMapper dataMapper)
Parameters
dataMapper
IDataMapperA IDataMapper implementation which will take care of the notifications.
Exceptions
- ArgumentNullException
The input argument cannot be null.