-
Notifications
You must be signed in to change notification settings - Fork 4
Feature/asynchronous message sending #145
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
Conversation
Frank-Wiebeler
left a comment
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.
From the technical view: Really awesome job.
The comments and requests for change ask for changes in the Commented parts of the code.
The function and attribute naming in the library looks quite obvious, so I'm not really sure if we should add all those function header comments that might not reflect any changes in the future but might lead to misconceptions due to copy&paste. Additionally, some comments only repeat the attribute names. Like "sendMessage(SendMessageParameters parameters); comment: @param parameters Parameters to send messages" does not provide any extra information.
...i-java-api/src/main/java/com/dke/data/agrirouter/api/service/messaging/MessagingService.java
Show resolved
Hide resolved
...a-impl/src/main/java/com/dke/data/agrirouter/impl/messaging/mqtt/SendMessageServiceImpl.java
Show resolved
Hide resolved
...r-api-java-impl/src/main/java/com/dke/data/agrirouter/impl/messaging/rest/MessageSender.java
Outdated
Show resolved
Hide resolved
| String send(T parameters); | ||
|
|
||
| /** | ||
| * Send a asynchronous message. |
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.
an
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.
Fixed.
Frank-Wiebeler
left a comment
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.
Great job.
Frank-Wiebeler
left a comment
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.
Great job 🥇
No description provided.