Uses of Class
com.azure.messaging.eventgrid.systemevents.IotHubDeviceTelemetryEventData
Packages that use IotHubDeviceTelemetryEventData
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of IotHubDeviceTelemetryEventData in com.azure.messaging.eventgrid.systemevents
Methods in com.azure.messaging.eventgrid.systemevents that return IotHubDeviceTelemetryEventDataModifier and TypeMethodDescriptionSet the body property: The content of the message from the device.IotHubDeviceTelemetryEventData.setProperties(Map<String, String> properties) Set the properties property: Application properties are user-defined strings that can be added to the message.IotHubDeviceTelemetryEventData.setSystemProperties(Map<String, String> systemProperties) Set the systemProperties property: System properties help identify contents and source of the messages.