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

User attachment #38

Merged
merged 2 commits into from
Feb 22, 2024
Merged

Conversation

DariusIMP
Copy link
Member

User attachment for Java Bindings.

The API is expanded with the following calls:

  • publisher.put(...).with_attachment(attachment)
  • publisher.write(...).with_attachment(attachment)
  • publisher.delete(...).with_attachment(attachment)
  • session.put(...).with_attachment(attachment)
  • query.reply(...).with_attachment(attachment)
  • session.get(...).with_attachment(attachment)

The Sample class now has an optional Attachment field as well.

Closes #29

@p-avital p-avital merged commit cf38f5a into eclipse-zenoh:master Feb 22, 2024
6 checks passed
@DariusIMP
Copy link
Member Author

Note: this PR was merged against master, however in the meantime the principal branch passed from being master to being main. Because of this confusion, a new PR is now opened with the same code but against the main branch: #41

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.

2 participants