-
Notifications
You must be signed in to change notification settings - Fork 15
MQTT Message Queue Impl #120
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
base: master
Are you sure you want to change the base?
MQTT Message Queue Impl #120
Conversation
|
@kalynstricklin The I think in your case you could create a module called |
|
perf! thank you! |
| @@ -0,0 +1,210 @@ | |||
| package com.botts.impl.comm.mqtt; | |||
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.
add license headers to files
| } | ||
|
|
||
| /** | ||
| * |
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.
Fill in all the javadoc blocks or just remove them
| @DisplayInfo(label="Retain", desc="Check to allow MQTT broker to store the last message sent on the specific topic") | ||
| public boolean retain; | ||
|
|
||
| @DisplayInfo(label="Clean Session", desc="Check ") |
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.
Maybe add real descriptions to these or remove
| @@ -1,6 +1,19 @@ | |||
| description = 'MQTT Service API' | |||
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.
I think you should restore this to its previous version
No description provided.