-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat(client): Add Telemetry APIs #15047
Conversation
...azure-digitaltwins-core/src/main/java/com/azure/digitaltwins/core/util/TelemetryOptions.java
Outdated
Show resolved
Hide resolved
...azure-digitaltwins-core/src/main/java/com/azure/digitaltwins/core/util/TelemetryOptions.java
Outdated
Show resolved
Hide resolved
...azure-digitaltwins-core/src/main/java/com/azure/digitaltwins/core/util/TelemetryOptions.java
Outdated
Show resolved
Hide resolved
...ure-digitaltwins-core/src/main/java/com/azure/digitaltwins/core/DigitalTwinsAsyncClient.java
Outdated
Show resolved
Hide resolved
We'll need a String/T set of these APIs like we have with relationship/component/digital twin APIs, right? The telemetry payload is an untyped json object much like those other APIs |
I am actually not convinced that we should, there is no return type to cast to, so we can either take an object and pass it down to protocol layer, or take a string and do the casting on our own. let's discuss that in our session on Monday. for the time being, I will cast the string into json string object. |
...ure-digitaltwins-core/src/main/java/com/azure/digitaltwins/core/DigitalTwinsAsyncClient.java
Outdated
Show resolved
Hide resolved
...ure-digitaltwins-core/src/main/java/com/azure/digitaltwins/core/DigitalTwinsAsyncClient.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few comments, but otherwise good to go
Remove files from package which are not part of management plane SDK - update readme.md (Azure#15047) * Update readme.md * Update readme.md
No description provided.