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

i have added 4 properties for mqttclient inbound (clientId, cleanSession, keepAliveInterval and autoReconnect) #23

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

Conversation

jimmywanhk
Copy link

Hello Esri team,

I came across this as I modified it slightly to include 4 more properties to fit my ArcGIS GeoEvent Server project.

  1. clientId for specify a client id

  2. cleanSession is for setCleanSession(boolean cleanSession)
    Sets whether the client and server should remember state across restarts and reconnects.

  3. keepAliveInterval is for setKeepAliveInterval(int keepAliveInterval)
    Sets the "keep alive" interval.

  4. autoReconnect is for setAutomaticReconnect(boolean automaticReconnect)
    Sets whether the client will automatically attempt to reconnect to the server if the connection is lost.

1. clientId (string)
2. cleanSession (boolean)
3. keepAliveInterval (integer)
4. autoReconnect (boolean)
@jimmywanhk jimmywanhk changed the title i added 4 properties for mqttclient inbound (clientId, cleanSession, keepAliveInterval and autoReconnect) i have added 4 properties for mqttclient inbound (clientId, cleanSession, keepAliveInterval and autoReconnect) May 29, 2024
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.

None yet

1 participant