IotHubSendTask Class
- java.
lang. Object - com.
microsoft. azure. sdk. iot. device. transport. IotHubSendTask
- com.
Implements
public final class IotHubSendTask
implements java.lang.Runnable
Sends batched messages and invokes callbacks on completed requests. Meant to be used with an executor that continuously calls run().
Constructor Summary
| Constructor | Description | |
|---|---|---|
| IotHubSendTask(IotHubTransport transport) | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| void | run() |
Methods inherited from java.lang.Object
Constructor Details
IotHubSendTask
public IotHubSendTask(IotHubTransport transport)
Parameters:
Method Details
run
public void run()