BatchMessage Class
- java.
lang. Object - com.
microsoft. azure. sdk. iot. device. Message - com.
microsoft. azure. sdk. iot. device. BatchMessage
- com.
- com.
public class BatchMessage
extends Message
Used to construct batch messages to be sent to the IoT Hub com.microsoft.azure.sdk.iot.device.InternalClient#sendEventBatchAsync(List, IotHubEventCallback, Object)
Method Summary
Modifier and Type | Method and Description |
---|---|
java.util.List<Message> |
getNestedMessages()
Gets the list of nested messages. |
Methods inherited from Message
Methods inherited from java.lang.Object
Method Details
getNestedMessages
public List<Message> getNestedMessages()
Gets the list of nested messages.
Returns: