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.SystemPropertiesEventData. getSystemProperties()SystemProperties that are populated by EventHubService.Methods in com.microsoft.azure.eventhubs with parameters of type EventData.SystemProperties Modifier and Type Method Description voidEventData. 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.SystemPropertiesEventDataImpl. getSystemProperties()Methods in com.microsoft.azure.eventhubs.impl with parameters of type EventData.SystemProperties Modifier and Type Method Description voidEventDataImpl. setSystemProperties(EventData.SystemProperties props)
-