-
Notifications
You must be signed in to change notification settings - Fork 19
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
Implement notify in Java SDK #6
Comments
Some progress in PR37 by @VJag |
Code for this task is available in the branch "at_java_sdk_picocli_expermient" however I am changing the implementation by implementing reusable code for all of the common functionalities like "encryption", "decryption", "request and response transformers". This common code is available in the branch "at_java_sdk_with_scan_and_notify". So I will be moving the notify code into "at_java_sdk_with_scan_and_notify" when I start on this. |
I can take this on |
Great! |
@JeremyTubongbanua are you currently working on this? I know your internship is over. |
I am not currently at the moment. |
Hey @JeremyTubongbanua - just wanted to mention that with all of the recent enhancements and performance and scalability enhancements related to notifications in the at_server and in the Dart client, this would be a really good time to do the notify client implementation for the Java client. So ... next time you are looking for the next piece of code to write, please think about this! |
Acknowledged. Thanks Gary |
Implement the ability to notify and get status if a notification in Java SDK
The text was updated successfully, but these errors were encountered: