IotHubSendTask Class
- java.
lang. Object - Runnable
- com.
microsoft. azure. sdk. iot. device. transport. IotHubSendTask
- com.
public class IotHubSendTask
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() |
Constructor Details
IotHubSendTask
public IotHubSendTask(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