You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Track 1 .Net & Java SDKs for Event Hubs exposed the message_annotations on the AMQP message as SystemProperties on the EventData class.
In Track 2 we assumed we didnt need this, but now we know that IotHub customers have a use for this as IotHub services adds some extra information via the message_annotations that is useful to customers
This issue is to track the work needed to add the systemProperties on the ReceivedEventData interface.
The text was updated successfully, but these errors were encountered:
Track 1 .Net & Java SDKs for Event Hubs exposed the
message_annotations
on the AMQP message asSystemProperties
on theEventData
class.In Track 2 we assumed we didnt need this, but now we know that IotHub customers have a use for this as IotHub services adds some extra information via the message_annotations that is useful to customers
This issue is to track the work needed to add the
systemProperties
on theReceivedEventData
interface.The text was updated successfully, but these errors were encountered: