ReconnectionNotifier Class
- java.
lang. Object - com.
microsoft. azure. sdk. iot. device. transport. ReconnectionNotifier
- com.
public final class ReconnectionNotifier
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| static void | notifyDeviceDisconnectAsync(Throwable connectionLossCause, IotHubListener listener, String connectionId, String deviceId) |
| static void | notifyDisconnectAsync(Throwable connectionLossCause, IotHubListener listener, String connectionId) |
Methods inherited from java.lang.Object
Method Details
notifyDeviceDisconnectAsync
public static void notifyDeviceDisconnectAsync(Throwable connectionLossCause, IotHubListener listener, String connectionId, String deviceId)
Parameters:
notifyDisconnectAsync
public static void notifyDisconnectAsync(Throwable connectionLossCause, IotHubListener listener, String connectionId)
Parameters: