You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: in.bytehue.messaging.mqtt5.provider/src/main/java/in/bytehue/messaging/mqtt5/provider/MessageClientProvider.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -114,14 +114,14 @@ public final class MessageClientProvider {
114
114
@AttributeDefinition(name = "Keep Alive Interval", min = "0", max = "65535")
115
115
intkeepAliveInterval() default200;
116
116
117
-
@AttributeDefinition(name = "Flag to enable/disable session expiry interval")
118
-
booleanuseSessionExpiryInterval() defaultfalse;
117
+
@AttributeDefinition(name = "Flag to enable/disable session expiry")
118
+
booleanuseSessionExpiry() defaultfalse;
119
119
120
120
@AttributeDefinition(name = "Keep Session State (In seconds)")
121
121
longsessionExpiryInterval() default30L;
122
122
123
-
@AttributeDefinition(name = "Flag to enable/disable session expiry interval for disconnection")
0 commit comments