Uses of Class
com.microsoft.azure.eventhubs.EventData.SystemProperties
-
Packages that use EventData.SystemProperties Package Description com.microsoft.azure.eventhubs com.microsoft.azure.eventhubs.impl -
-
Uses of EventData.SystemProperties in com.microsoft.azure.eventhubs
Methods in com.microsoft.azure.eventhubs that return EventData.SystemProperties Modifier and Type Method Description EventData.SystemProperties
EventData. getSystemProperties()
SystemProperties that are populated by EventHubService.Methods in com.microsoft.azure.eventhubs with parameters of type EventData.SystemProperties Modifier and Type Method Description void
EventData. setSystemProperties(EventData.SystemProperties props)
-
Uses of EventData.SystemProperties in com.microsoft.azure.eventhubs.impl
Methods in com.microsoft.azure.eventhubs.impl that return EventData.SystemProperties Modifier and Type Method Description EventData.SystemProperties
EventDataImpl. getSystemProperties()
Methods in com.microsoft.azure.eventhubs.impl with parameters of type EventData.SystemProperties Modifier and Type Method Description void
EventDataImpl. setSystemProperties(EventData.SystemProperties props)
-