IotHubReconnectTask Class
- java.
lang. Object - Runnable
- com.
microsoft. azure. sdk. iot. device. transport. IotHubReconnectTask
- com.
public class IotHubReconnectTask
Thread that waits for disconnection events and then owns the reconnection execution once a disconnection event is detected.
Constructor Summary
Constructor | Description | |
---|---|---|
IotHubReconnectTask(IotHubTransport transport) |
Method Summary
Modifier and Type | Method and Description |
---|---|
void | run() |
Constructor Details
IotHubReconnectTask
public IotHubReconnectTask(IotHubTransport transport)
Parameters:
transport
Method Details
run
public void run()
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java