Add event API

This commit is contained in:
inoshperera 2020-05-16 12:36:57 +05:30
parent 772d566dd5
commit 93cfe8e0e0

View File

@ -55,4 +55,9 @@ public class DeviceInformationManagerServiceMock implements DeviceInformationMan
public List<DeviceLocation> getDeviceLocations(List<DeviceIdentifier> list) throws DeviceDetailsMgtException {
return null;
}
@Override
public int publishEvents(String s, String s1, String s2, String s3) throws DeviceDetailsMgtException {
return 0;
}
}