| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.device |
The API for a device to communicate with an IoT Hub.
|
| Modifier and Type | Method and Description |
|---|---|
static ModuleClient |
ModuleClient.createFromEnvironment(UnixDomainSocketChannel unixDomainSocketChannel)
Create a module client instance from your environment variables
|
static ModuleClient |
ModuleClient.createFromEnvironment(UnixDomainSocketChannel unixDomainSocketChannel,
IotHubClientProtocol protocol)
Create a module client instance from your environment variables
|
static ModuleClient |
ModuleClient.createFromEnvironment(UnixDomainSocketChannel unixDomainSocketChannel,
IotHubClientProtocol protocol,
ClientOptions clientOptions)
Create a module client instance from your environment variables
|
ModuleClient |
ModuleClient.setMessageCallback(MessageCallback callback,
java.lang.Object context)
Sets the message callback.
|
ModuleClient |
ModuleClient.setMessageCallback(java.lang.String inputName,
MessageCallback callback,
java.lang.Object context)
Sets the message callback to be fired when a telemetry message arrives on the specified input channel.
|
Copyright © 2023. All rights reserved.