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

Java implementation for real-time notifications #447

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

Christian-Winter-Software-AG
Copy link

@Christian-Winter-Software-AG Christian-Winter-Software-AG commented Feb 2, 2024

This patch provides the tools which enable users to handle real-time notifications easily from within their Java applications. The patch

  • covers all types of domain model objects that support real-time notifications,
  • covers all rea-time notification endpoints,
  • provides proper Java representations for the involved notification objects (including conversion to/from JSON based on the Svenson library generally used for JSON handling in the Java SDK),
  • can handle DELETE operations while not losing type information for CREATE/UPDATE notifications,
  • includes some unit tests,
  • is easy to use, and
  • has appropriate documentation.

See also internal ticket IOT-19410.

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.

1 participant