Skip to content
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

IotHubClient API revision #143

Merged
merged 6 commits into from Jul 16, 2019
Merged

IotHubClient API revision #143

merged 6 commits into from Jul 16, 2019

Conversation

nayato
Copy link
Member

@nayato nayato commented Jul 3, 2019

  • move DeviceClient to Bridge level
  • API for registering different functional pieces
  • move telemetry, c2d and methods into separate components
  • better dispatch to MqttAdapter (onto executor thread)

{
case SendMessageOutcome.Completed:
return new MethodResponse(200);
case SendMessageOutcome.Rejected:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does Reject / Abandoned make sense in methods context ?

@nayato nayato merged commit 7e2fc7b into Azure:master Jul 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants