ReconnectionNotifier Class

  • java.lang.Object
    • com.microsoft.azure.sdk.iot.device.transport.ReconnectionNotifier

public final class ReconnectionNotifier

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Method Details

notifyDeviceDisconnectAsync

public static void notifyDeviceDisconnectAsync(Throwable connectionLossCause, IotHubListener listener, String connectionId, String deviceId)

Parameters:

connectionLossCause
listener
connectionId
deviceId

notifyDisconnectAsync

public static void notifyDisconnectAsync(Throwable connectionLossCause, IotHubListener listener, String connectionId)

Parameters:

connectionLossCause
listener
connectionId

Applies to